Sdílet prostřednictvím


UScript.IsCased(Int32) Method

Definition

Returns true if in modern (or most recent) usage of the script case distinctions are customary.

[Android.Runtime.Register("isCased", "(I)Z", "", ApiSince=24)]
public static bool IsCased (int script);
[<Android.Runtime.Register("isCased", "(I)Z", "", ApiSince=24)>]
static member IsCased : int -> bool

Parameters

script
Int32

script code

Returns

true if the script is cased

Attributes

Remarks

Returns true if in modern (or most recent) usage of the script case distinctions are customary. For example, Latn and Cyrl.

Java documentation for android.icu.lang.UScript.isCased(int).

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