C# 클래스 System.StringNormalizationExtensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
IsNormalized ( this strInput ) : bool
IsNormalized ( this strInput, NormalizationForm normalizationForm ) : bool
Normalize ( this strInput ) : string
Normalize ( this strInput, NormalizationForm normalizationForm ) : string

메소드 상세

IsNormalized() 공개 정적인 메소드

public static IsNormalized ( this strInput ) : bool
strInput this
리턴 bool

IsNormalized() 공개 정적인 메소드

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

Normalize() 공개 정적인 메소드

public static Normalize ( this strInput ) : string
strInput this
리턴 string

Normalize() 공개 정적인 메소드

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