UCharacter.IsLegal Method

Definition

Overloads

IsLegal(Int32)
IsLegal(String)

IsLegal(Int32)

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

Parameters

ch
Int32

Returns

Attributes

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

IsLegal(String)

[Android.Runtime.Register("isLegal", "(Ljava/lang/String;)Z", "", ApiSince=24)]
public static bool IsLegal (string? str);
[<Android.Runtime.Register("isLegal", "(Ljava/lang/String;)Z", "", ApiSince=24)>]
static member IsLegal : string -> bool

Parameters

str
String

Returns

Attributes

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