Java.Lang.StringBuffer.AppendCodePoint Method
Appends the string representation of the specified Unicode code point to the end of this buffer.

Syntax

[Android.Runtime.Register("appendCodePoint", "(I)Ljava/lang/StringBuffer;", "")]
public StringBuffer AppendCodePoint (int codePoint)

See Also

Character.ToChars(int)

Parameters

codePoint
the Unicode code point to encode and append.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the string representation of the specified Unicode code point to the end of this buffer.

The code point is converted to a char[] as defined by Character.ToChars(int).

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1