System::String::IsNormalized metod

String::IsNormalized method

Kontrollerar om Unicode‑strängen är normaliserad med den angivna normaliseringsformen.

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

ReturnValue

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

Se även