Java.Text.Normalizer Members

The members of Java.Text.Normalizer are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
IsNormalized(Java.Lang.ICharSequence, Normalizer.Form) : bool
Check whether the given character sequence src is normalized according to the normalization method form.
static
IsNormalized(string, Normalizer.Form) : bool
Documentation for this section has not yet been entered.
static
Normalize(Java.Lang.ICharSequence, Normalizer.Form) : string
Normalize the character sequence src according to the normalization method form.
static
Normalize(string, Normalizer.Form) : string
Documentation for this section has not yet been entered.