C# Class GoCommando.Internals.StringExtensions

Show file Open project: rebus-org/GoCommando

Public Methods

Method Description
Indented ( this str, int indent ) : string
WrappedAt ( this str, int width ) : string

Private Methods

Method Description
WrapSection ( string section, int width ) : string

Method Details

Indented() public static method

public static Indented ( this str, int indent ) : string
str this
indent int
return string

WrappedAt() public static method

public static WrappedAt ( this str, int width ) : string
str this
width int
return string