C# Class Nett.Parser.Matchers.CharExtensions

Exibir arquivo Open project: paiden/Nett

Public Methods

Method 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 method

public static InRange ( this c, char min, char max ) : bool
c this
min char
max char
return bool

IsBareKeyChar() public static method

public static IsBareKeyChar ( this c ) : bool
c this
return bool

IsNumericSign() public static method

public static IsNumericSign ( this c ) : bool
c this
return bool

ToReadable() public static method

public static ToReadable ( this c ) : string
c this
return string