Table of Contents

Method GetStringAndRelease

Namespace
KZDev.PerfUtils
Assembly
KZDev.PerfUtils.dll

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 StringBuilder

The StringBuilder instance to release and get the string value of.

Returns

string