System::String::IsNormalized‑metod

String::IsNormalized method

Kontrollerar om en Unicode-sträng är normaliserad med den angivna normaliseringsformen.

bool System::String::IsNormalized(System::Text::NormalizationForm form) const
ParameterTypBeskrivning
formSystem::Text::NormalizationFormNormaliseringsform, se System::Text::NormalizationForm för detaljer.

ReturnValue

true om strängen redan är normaliserad, false annars.

Se även