StringBuffer.AppendCodePoint(Int32) Method

Definition

Added in 1.

[Android.Runtime.Register("appendCodePoint", "(I)Ljava/lang/StringBuffer;", "")]
public Java.Lang.StringBuffer AppendCodePoint (int codePoint);
[<Android.Runtime.Register("appendCodePoint", "(I)Ljava/lang/StringBuffer;", "")>]
member this.AppendCodePoint : int -> Java.Lang.StringBuffer

Parameters

codePoint
Int32

the Unicode code point to encode and append.

Returns

Attributes

Remarks

Added in 1.5.

Java documentation for java.lang.StringBuffer.appendCodePoint(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also