C# 클래스 SleepHunter.Extensions.CharacterExtender

파일 보기 프로젝트 열기: ewrogers/SleepHunter4

공개 메소드들

메소드 설명
IsValidDecimalCharacter ( this c, bool allowControl = true ) : bool
IsValidHexDigit ( this c, bool allowControl = true ) : bool

메소드 상세

IsValidDecimalCharacter() 공개 정적인 메소드

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

IsValidHexDigit() 공개 정적인 메소드

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