Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > AppendText Method > ExpansionBase.AppendText Method (String, Int32) |
Add text to the ExpandText StringBuilder object. This overload will reformat the passed in text by: (a) Starting it on a new line; (b) Indenting every line with the passed indent
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public virtual void AppendText(
string text,
int indent
)
text
Type: String
String to add
indent
Type: Int32
# of spaces to indent by method
ZeraSystems.CodeNanite.Expansion Namespace