CloseWriter | Closes the writer |
Equals | Returns a boolean indicating if the value and this object instance are the same instance. |
Flush | Writes any buffered data to the underlying string. |
GetHashCode | Returns a pseudo-unique number identifying this instance. |
GetStringBuilder | Returns the underlying stringbuilder being used to write to the string. |
ToString | Returns a string representation of this object instance. |
WriteLine | Writes a value to the string, followed by a new-line set of characters. |
WriteValue | Writes a value to the string. |