C# Класс Organic.TabifiedStringBuilder

Used to build strings with different portions always appearing at the same index
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

TabifiedStringBuilder() публичный Метод

Creates a TabifiedStringBuilder with an empty string
public TabifiedStringBuilder ( ) : System
Результат System

WriteAt() публичный Метод

Writes the value at the given index, and pads it with spaces.
public WriteAt ( int position, string content ) : void
position int
content string
Результат void