Appends a unicode character to the end of the current StringBuilder.
[Visual Basic] Overloads Public Function Append( _ ByVal value As Char _ ) As StringBuilder [C#] public StringBuilder Append( char value ); [C++] public: StringBuilder* Append( __wchar_t value ); [JScript] public function Append( value : Char ) : StringBuilder;
A reference to the current StringBuilder with value appended.
The capacity is adjusted as needed.
StringBuilder Class | StringBuilder Members | System.Text Namespace | StringBuilder.Append Overload List | Char