ExpansionBase.AppendText Method

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods >

ExpansionBase.AppendText Method

Overload List


Name

Description

Public method

AppendText()

Clear the current string - ExpandedText

Public method

AppendText(String, String)

Add text to the ExpandText StringBuilder object.

Public method

AppendText(List<String>, String)

Add text to the ExpandText StringBuilder object. This overload uses a passed list

Public method

AppendText(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

Public method

AppendText(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

Public method

AppendText(String, String, 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

See Also


ExpansionBase Class

ExpansionBase Members

ZeraSystems.CodeNanite.Expansion Namespace