StringBuilderCacheAcquire Method  | 
 
            Acquires a string builder with the capacity specified. If no cached string builder is found with the requested capacity a new one is returned. If there are 
            cached stringbuilders with at least the requested capacity, the one with the minimal capacity is returned.  
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxpublic static StringBuilder Acquire(
	int capacity = 16
)
Public Shared Function Acquire ( 
	Optional capacity As Integer = 16
) As StringBuilder
Parameters
- capacity (Optional)
 - Type: SystemInt32
The capacity. 
Return Value
Type: 
StringBuilder
See Also