C# 클래스 Yamool.CWSharp.CharExtensions

파일 보기 프로젝트 열기: zhengchun/CWSharp

공개 메소드들

메소드 설명
IsCjkCase ( this code ) : bool
IsLetterCase ( this code ) : bool
IsLowercase ( this code ) : bool
IsNull ( this code ) : bool
IsNumeralCase ( this code ) : bool
IsUpperCase ( this code ) : bool

메소드 상세

IsCjkCase() 공개 정적인 메소드

public static IsCjkCase ( this code ) : bool
code this
리턴 bool

IsLetterCase() 공개 정적인 메소드

public static IsLetterCase ( this code ) : bool
code this
리턴 bool

IsLowercase() 공개 정적인 메소드

public static IsLowercase ( this code ) : bool
code this
리턴 bool

IsNull() 공개 정적인 메소드

public static IsNull ( this code ) : bool
code this
리턴 bool

IsNumeralCase() 공개 정적인 메소드

public static IsNumeralCase ( this code ) : bool
code this
리턴 bool

IsUpperCase() 공개 정적인 메소드

public static IsUpperCase ( this code ) : bool
code this
리턴 bool