Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / StringBuilderCache Class / GetStringAndRelease Method
The string builder.


In This Topic
GetStringAndRelease Method
In This Topic
ToString() the stringbuilder, Release it to the cache and return the resulting string
Syntax
'Declaration
 
Public Shared Function GetStringAndRelease( _
   ByVal sb As StringBuilder _
) As String
 
'Usage
 
Dim sb As StringBuilder
Dim value As String
 
value = StringBuilderCache.GetStringAndRelease(sb)

Parameters

sb
The string builder.

Return Value

System.String.
See Also