System.StringNormalizationExtensions.IsNormalized C# (CSharp) Méthode

IsNormalized() public static méthode

public static IsNormalized ( this strInput ) : bool
strInput this
Résultat bool
        public static bool IsNormalized(this string strInput)
        {
            return IsNormalized(strInput, NormalizationForm.FormC);
        }

Same methods

StringNormalizationExtensions::IsNormalized ( this strInput, NormalizationForm normalizationForm ) : bool
StringNormalizationExtensions