Click or drag to resize

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.9.0.0 (5.9.0)
Syntax
public static StringBuilder Acquire(
	int capacity = 16
)

Parameters

capacity (Optional)
Type: SystemInt32
The capacity.

Return Value

Type: StringBuilder
See Also