Method GetStringAndRelease
GetStringAndRelease(StringBuilder)
Returns the stringBuilder
instance to the cache and returns
the string value of the stringBuilder
.
public static string GetStringAndRelease(StringBuilder stringBuilder)
Parameters
stringBuilder
StringBuilderThe StringBuilder instance to release and get the string value of.