C# Class Yamool.CWSharp.CharExtensions

Afficher le fichier Open project: zhengchun/CWSharp

Méthodes publiques

Méthode 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 méthode

public static IsCjkCase ( this code ) : bool
code this
Résultat bool

IsLetterCase() public static méthode

public static IsLetterCase ( this code ) : bool
code this
Résultat bool

IsLowercase() public static méthode

public static IsLowercase ( this code ) : bool
code this
Résultat bool

IsNull() public static méthode

public static IsNull ( this code ) : bool
code this
Résultat bool

IsNumeralCase() public static méthode

public static IsNumeralCase ( this code ) : bool
code this
Résultat bool

IsUpperCase() public static méthode

public static IsUpperCase ( this code ) : bool
code this
Résultat bool