C# Class Organic.TabifiedStringBuilder

Used to build strings with different portions always appearing at the same index
Afficher le fichier Open project: SirCmpwn/organic Class Usage Examples

Méthodes publiques

Méthode 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.

Method Details

TabifiedStringBuilder() public méthode

Creates a TabifiedStringBuilder with an empty string
public TabifiedStringBuilder ( ) : System
Résultat System

WriteAt() public méthode

Writes the value at the given index, and pads it with spaces.
public WriteAt ( int position, string content ) : void
position int
content string
Résultat void