Character.UnicodeScript.Of(Int32) 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 of the specified code point.
[Android.Runtime.Register("of", "(I)Ljava/lang/Character$UnicodeScript;", "", ApiSince=24)]
public static Java.Lang.Character.UnicodeScript Of(int codePoint);
[<Android.Runtime.Register("of", "(I)Ljava/lang/Character$UnicodeScript;", "", ApiSince=24)>]
static member Of : int -> Java.Lang.Character.UnicodeScript
Parameters
- codePoint
- Int32
The Unicode code point whose script is requested.
Returns
The Unicode script for the specified code point.
- Attributes
Exceptions
if codePoint is not a valid Unicode code point.
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.