Java.Text.Normalizer: Method Members

The methods of Java.Text.Normalizer are listed below. For a list of all members, see the Normalizer Members list.

See Also: Inherited members from Java.Lang.Object

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.