Normalizer2.IsNormalized Method

Definition

Overloads

IsNormalized(ICharSequence)
IsNormalized(String)

IsNormalized(ICharSequence)

[Android.Runtime.Register("isNormalized", "(Ljava/lang/CharSequence;)Z", "GetIsNormalized_Ljava_lang_CharSequence_Handler", ApiSince=24)]
public abstract bool IsNormalized (Java.Lang.ICharSequence? s);
[<Android.Runtime.Register("isNormalized", "(Ljava/lang/CharSequence;)Z", "GetIsNormalized_Ljava_lang_CharSequence_Handler", ApiSince=24)>]
abstract member IsNormalized : Java.Lang.ICharSequence -> bool

Parameters

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

IsNormalized(String)

public bool IsNormalized (string? s);
member this.IsNormalized : string -> bool

Parameters

s
String

Returns

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