C# Class SleepHunter.Extensions.CharacterExtender

Afficher le fichier Open project: ewrogers/SleepHunter4

Méthodes publiques

Méthode Description
IsValidDecimalCharacter ( this c, bool allowControl = true ) : bool
IsValidHexDigit ( this c, bool allowControl = true ) : bool

Method Details

IsValidDecimalCharacter() public static méthode

public static IsValidDecimalCharacter ( this c, bool allowControl = true ) : bool
c this
allowControl bool
Résultat bool

IsValidHexDigit() public static méthode

public static IsValidHexDigit ( this c, bool allowControl = true ) : bool
c this
allowControl bool
Résultat bool