C# Class System.StringNormalizationExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
IsNormalized ( this strInput ) : bool
IsNormalized ( this strInput, NormalizationForm normalizationForm ) : bool
Normalize ( this strInput ) : string
Normalize ( this strInput, NormalizationForm normalizationForm ) : string

Method Details

IsNormalized() public static méthode

public static IsNormalized ( this strInput ) : bool
strInput this
Résultat bool

IsNormalized() public static méthode

public static IsNormalized ( this strInput, NormalizationForm normalizationForm ) : bool
strInput this
normalizationForm NormalizationForm
Résultat bool

Normalize() public static méthode

public static Normalize ( this strInput ) : string
strInput this
Résultat string

Normalize() public static méthode

public static Normalize ( this strInput, NormalizationForm normalizationForm ) : string
strInput this
normalizationForm NormalizationForm
Résultat string