IllegalFormatCodePointException.CodePoint Property

Definition

Returns the illegal code point as defined by Character#isValidCodePoint.

public virtual int CodePoint { [Android.Runtime.Register("getCodePoint", "()I", "GetGetCodePointHandler")] get; }
[<get: Android.Runtime.Register("getCodePoint", "()I", "GetGetCodePointHandler")>]
member this.CodePoint : int

Property Value

The illegal Unicode code point

Attributes

Remarks

Returns the illegal code point as defined by Character#isValidCodePoint.

Java documentation for java.util.IllegalFormatCodePointException.getCodePoint().

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