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