Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.AlignIndent Method |
Re aligns the passed text to use the passed indent.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public string AlignIndent(
string text,
int indent
)
text
Type: String
The text.
indent
Type: Int32
The indent.
Realigned text
ZeraSystems.CodeNanite.Expansion Namespace