Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > Extensions Class > Extensions Methods > Extensions.Indent Method |
Indents the passed string
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public static string Indent(
string str,
int indent
)
str
Type: String
The passed string.
indent
Type: Int32
The indentation
System.String.
ZeraSystems.CodeNanite.Expansion Namespace