UScript.GetUsage(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 script usage according to UAX #31 Unicode Identifier and Pattern Syntax.
[Android.Runtime.Register("getUsage", "(I)Landroid/icu/lang/UScript$ScriptUsage;", "", ApiSince=24)]
public static Android.Icu.Lang.UScript.ScriptUsage? GetUsage(int script);
[<Android.Runtime.Register("getUsage", "(I)Landroid/icu/lang/UScript$ScriptUsage;", "", ApiSince=24)>]
static member GetUsage : int -> Android.Icu.Lang.UScript.ScriptUsage
Parameters
- script
- Int32
script code
Returns
script usage
- Attributes
Remarks
Returns the script usage according to UAX #31 Unicode Identifier and Pattern Syntax. Returns ScriptUsage.NOT_ENCODED if the script is not encoded in Unicode.
Android reference for android.icu.lang.UScript.getUsage.
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.