Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static StringBuilder Acquire(
	int capacity = 16
)

Parameters

capacity (Optional)
Type: SystemInt32
The capacity.

Return Value

Type: StringBuilder
See Also