| StringBuilderCacheAcquire Method  | 
 
            Acquires a string builder with the capacity specified. If specified capacity is larger than the one currently cached, the cached one
            is returned, otherwise a new one is returned. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
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