Normalizer2.NFDInstance Property
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 a Normalizer2 instance for Unicode NFD normalization.
public static Android.Icu.Text.Normalizer2? NFDInstance { [Android.Runtime.Register("getNFDInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getNFDInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=24)>]
static member NFDInstance : Android.Icu.Text.Normalizer2
Property Value
the requested Normalizer2, if successful
- Attributes
Remarks
Returns a Normalizer2 instance for Unicode NFD normalization. Same as getInstance(null, "nfc", Mode.DECOMPOSE). Returns an unmodifiable singleton instance.
Java documentation for android.icu.text.Normalizer2.getNFDInstance()
.
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.