Normalizer2.NFCInstance Property

Definition

Returns a Normalizer2 instance for Unicode NFC normalization.

public static Android.Icu.Text.Normalizer2? NFCInstance { [Android.Runtime.Register("getNFCInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getNFCInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=24)>]
static member NFCInstance : Android.Icu.Text.Normalizer2

Property Value

the requested Normalizer2, if successful

Attributes

Remarks

Returns a Normalizer2 instance for Unicode NFC normalization. Same as getInstance(null, "nfc", Mode.COMPOSE). Returns an unmodifiable singleton instance.

Java documentation for android.icu.text.Normalizer2.getNFCInstance().

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