Table of Contents

Method ToString

Namespace
KZDev.PerfUtils
Assembly
KZDev.PerfUtils.dll

ToString()

Returns the string value of the Builder instance.

public override string ToString()

Returns

string

The string value of the Builder instance.

ToString(int, int)

Converts the value of a substring of the Builder instance to a string by using the specified starting position and length of the substring.

public string ToString(int startIndex, int length)

Parameters

startIndex int

The starting position of the substring in this instance.

length int

The length of the substring.

Returns

string