System::String::IsNormalized method

String::IsNormalized method

Checks if unicode string is normalized using normalization form specified.

bool System::String::IsNormalized(System::Text::NormalizationForm form) const
ParameterTypeDescription
formSystem::Text::NormalizationFormNormalization form, see System::Text::NormalizationForm for details.

ReturnValue

true if string is already normalized, false otherwise.

See Also