C# Class SleepHunter.Extensions.CharacterExtender

Exibir arquivo Open project: ewrogers/SleepHunter4

Public Methods

Method Description
IsValidDecimalCharacter ( this c, bool allowControl = true ) : bool
IsValidHexDigit ( this c, bool allowControl = true ) : bool

Method Details

IsValidDecimalCharacter() public static method

public static IsValidDecimalCharacter ( this c, bool allowControl = true ) : bool
c this
allowControl bool
return bool

IsValidHexDigit() public static method

public static IsValidHexDigit ( this c, bool allowControl = true ) : bool
c this
allowControl bool
return bool