C# 클래스 Framework.HexEncoding

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 메소드들

메소드 설명
GetByteCount ( string hexString ) : int
GetBytes ( string hexString, int &discarded ) : byte[]
InHexFormat ( string hexString ) : bool
IsHexDigit ( Char c ) : bool
ToString ( byte bytes ) : string

비공개 메소드들

메소드 설명
HexToByte ( string hex ) : byte

메소드 상세

GetByteCount() 공개 정적인 메소드

public static GetByteCount ( string hexString ) : int
hexString string
리턴 int

GetBytes() 공개 정적인 메소드

public static GetBytes ( string hexString, int &discarded ) : byte[]
hexString string
discarded int
리턴 byte[]

InHexFormat() 공개 정적인 메소드

public static InHexFormat ( string hexString ) : bool
hexString string
리턴 bool

IsHexDigit() 공개 정적인 메소드

public static IsHexDigit ( Char c ) : bool
c Char
리턴 bool

ToString() 공개 정적인 메소드

public static ToString ( byte bytes ) : string
bytes byte
리턴 string