Method ToString
ToString()
Returns the string value of the Builder instance.
public override string ToString()
Returns
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
intThe starting position of the substring in this instance.
length
intThe length of the substring.