C# Class GoCommando.Internals.StringExtensions

Afficher le fichier Open project: rebus-org/GoCommando

Méthodes publiques

Méthode Description
Indented ( this str, int indent ) : string
WrappedAt ( this str, int width ) : string

Private Methods

Méthode Description
WrapSection ( string section, int width ) : string

Method Details

Indented() public static méthode

public static Indented ( this str, int indent ) : string
str this
indent int
Résultat string

WrappedAt() public static méthode

public static WrappedAt ( this str, int width ) : string
str this
width int
Résultat string