Method | Description | |
---|---|---|
TabifiedStringBuilder ( ) : System |
Creates a TabifiedStringBuilder with an empty string
|
|
WriteAt ( int position, string content ) : void |
Writes the value at the given index, and pads it with spaces.
|
public WriteAt ( int position, string content ) : void | ||
position | int | |
content | string | |
return | void |