Character.UnicodeScript.ForName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Unicode script identified by the specified script name.
[Android.Runtime.Register("forName", "(Ljava/lang/String;)Ljava/lang/Character$UnicodeScript;", "", ApiSince=24)]
public static Java.Lang.Character.UnicodeScript ForName(string scriptName);
[<Android.Runtime.Register("forName", "(Ljava/lang/String;)Ljava/lang/Character$UnicodeScript;", "", ApiSince=24)>]
static member ForName : string -> Java.Lang.Character.UnicodeScript
Parameters
- scriptName
- String
The Unicode script name or alias.
Returns
The Unicode script identified by the specified name.
- Attributes
Exceptions
if scriptName is not a valid Unicode script name or alias.
if scriptName is null.
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.