C# Class System.StringNormalizationExtensions

Datei anzeigen Open project: dotnet/corefx

Public Methods

Method 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 method

public static IsNormalized ( this strInput ) : bool
strInput this
return bool

IsNormalized() public static method

public static IsNormalized ( this strInput, NormalizationForm normalizationForm ) : bool
strInput this
normalizationForm NormalizationForm
return bool

Normalize() public static method

public static Normalize ( this strInput ) : string
strInput this
return string

Normalize() public static method

public static Normalize ( this strInput, NormalizationForm normalizationForm ) : string
strInput this
normalizationForm NormalizationForm
return string