Method AppendCodePoint
AppendCodePoint(StringBuilder, Int32)
Appends the string representation of the codePoint
argument to this sequence.
The argument is appended to the contents of this sequence. The length of this sequence increases by CharCount(Int32).
The overall effect is exactly as if the argument were
converted to a
Declaration
public static StringBuilder AppendCodePoint(this StringBuilder text, int codePoint)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | text | This |
System.Int32 | codePoint | a Unicode code point |
Returns
Type | Description |
---|---|
StringBuilder | a reference to this object. |