StringBuffer.AppendCodePoint(Int32) Method

Definition

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

[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

StringBuffer
Attributes

Remarks

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