Character.UnicodeBlock.ForName(String) Method

Definition

Retrieves the constant that corresponds to the specified block name.

[Android.Runtime.Register("forName", "(Ljava/lang/String;)Ljava/lang/Character$UnicodeBlock;", "")]
public static Java.Lang.Character.UnicodeBlock ForName (string blockName);
[<Android.Runtime.Register("forName", "(Ljava/lang/String;)Ljava/lang/Character$UnicodeBlock;", "")>]
static member ForName : string -> Java.Lang.Character.UnicodeBlock

Parameters

blockName
String

the name of the block to retrieve.

Returns

Attributes

Exceptions

if blockName is null.

if blockName is not a valid block name.

Remarks

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