Language

UCharacter.UnicodeBlock.Of(Int32) Method

Definition

Returns the Unicode allocation block that contains the code point.

[Android.Runtime.Register("of", "(I)Landroid/icu/lang/UCharacter$UnicodeBlock;", "", ApiSince=24)]
public static Android.Icu.Lang.UCharacter.UnicodeBlock Of(int ch);
[<Android.Runtime.Register("of", "(I)Landroid/icu/lang/UCharacter$UnicodeBlock;", "", ApiSince=24)>]
static member Of : int -> Android.Icu.Lang.UCharacter.UnicodeBlock

Parameters

ch
Int32

code point to be tested

Returns

the Unicode allocation block that contains the code point, NoBlock if the code point is negative or is not a member of a defined block, or InvalidCode if the code point is greater than U+10FFFF

Attributes

Remarks

Returns the Unicode allocation block that contains the code point, NoBlock if the code point is negative or is not a member of a defined block, or InvalidCode if the code point is greater than U+10FFFF.

Android reference for android.icu.lang.UCharacter.UnicodeBlock.of.

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