Table of Contents

Method Acquire

Namespace
KZDev.PerfUtils
Assembly
KZDev.PerfUtils.dll

Acquire(int)

Get a StringBuilder for the specified capacity.

public static StringBuilder Acquire(int capacity = 16)

Parameters

capacity int

The requested capacity of the StringBuilder instance. The actual capacity of the returned instance could be larger than the requested capacity.

Returns

StringBuilder