Spread Windows Forms 15.0
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)
    public static string GetStringAndRelease( 
       StringBuilder sb
    )

    Parameters

    sb
    The string builder.

    Return Value

    System.String.
    See Also