C# Class Yamool.CWSharp.CharExtensions

Mostra file Open project: zhengchun/CWSharp

Public Methods

Method Description
IsCjkCase ( this code ) : bool
IsLetterCase ( this code ) : bool
IsLowercase ( this code ) : bool
IsNull ( this code ) : bool
IsNumeralCase ( this code ) : bool
IsUpperCase ( this code ) : bool

Method Details

IsCjkCase() public static method

public static IsCjkCase ( this code ) : bool
code this
return bool

IsLetterCase() public static method

public static IsLetterCase ( this code ) : bool
code this
return bool

IsLowercase() public static method

public static IsLowercase ( this code ) : bool
code this
return bool

IsNull() public static method

public static IsNull ( this code ) : bool
code this
return bool

IsNumeralCase() public static method

public static IsNumeralCase ( this code ) : bool
code this
return bool

IsUpperCase() public static method

public static IsUpperCase ( this code ) : bool
code this
return bool