Appends a character to this
CopyC#.
Namespace: Jscape.Email
ByteBuffer
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void Append( char c ) |
Visual Basic |
---|
Public Sub Append ( _ c As Char _ ) |
Visual C++ |
---|
public: void Append( wchar_t c ) |
Parameters
- c
- Type: System..::..Char
The character to append.