C# Класс GoCommando.Internals.StringExtensions

Показать файл Открыть проект

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

Метод Описание
Indented ( this str, int indent ) : string
WrappedAt ( this str, int width ) : string

Приватные методы

Метод Описание
WrapSection ( string section, int width ) : string

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

Indented() публичный статический Метод

public static Indented ( this str, int indent ) : string
str this
indent int
Результат string

WrappedAt() публичный статический Метод

public static WrappedAt ( this str, int width ) : string
str this
width int
Результат string