System::String::IsNormalized-methode

String::IsNormalized method

Controleert of de Unicode‑string genormaliseerd is met de opgegeven normalisatie‑vorm.

bool System::String::IsNormalized(System::Text::NormalizationForm form) const
ParameterTypeBeschrijving
formSystem::Text::NormalizationFormNormalisatievorm, zie System::Text::NormalizationForm voor details.

ReturnValue

true als de string al genormaliseerd is, anders false.

Zie ook