Click or drag to resize
StringBuilderCacheGetStringAndRelease Method
Gets the string from the string builder specified and calls release on it

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 string GetStringAndRelease(
	StringBuilder sb
)

Parameters

sb
Type: System.TextStringBuilder
The stringbuilder

Return Value

Type: String
See Also