Java.Lang.StringBuilder.AppendCodePoint Method
Appends the encoded Unicode code point.

Syntax

[Android.Runtime.Register("appendCodePoint", "(I)Ljava/lang/StringBuilder;", "")]
public StringBuilder 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 encoded Unicode code point. 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