C# Class Nett.Parser.Matchers.CharExtensions

Afficher le fichier Open project: paiden/Nett

Méthodes publiques

Méthode Description
InRange ( this c, char min, char max ) : bool
IsBareKeyChar ( this c ) : bool
IsNumericSign ( this c ) : bool
ToReadable ( this c ) : string

Method Details

InRange() public static méthode

public static InRange ( this c, char min, char max ) : bool
c this
min char
max char
Résultat bool

IsBareKeyChar() public static méthode

public static IsBareKeyChar ( this c ) : bool
c this
Résultat bool

IsNumericSign() public static méthode

public static IsNumericSign ( this c ) : bool
c this
Résultat bool

ToReadable() public static méthode

public static ToReadable ( this c ) : string
c this
Résultat string