Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > AppendText Method > ExpansionBase.AppendText Method (String, Int32, String) |
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 (c) Add a carriage return so that any subsequently added text will begin on a new line
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public virtual void AppendText(
string text,
int indent,
string linefeed
)
text
Type: String
String to add
indent
Type: Int32
# of spaces to indent by method
linefeed
Type: String
Newline/carriage return
ZeraSystems.CodeNanite.Expansion Namespace