C# 클래스 Paymetheus.Bitcoin.Util.Hexadecimal

파일 보기 프로젝트 열기: btcsuite/Paymetheus

공개 메소드들

메소드 설명
Decode ( string value ) : byte[]
Encode ( byte bytes ) : string
TryDecode ( string value, byte &result ) : bool

비공개 메소드들

메소드 설명
HexDigitToByte ( char ch ) : byte
IsHexDigit ( char ch ) : bool

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( string value ) : byte[]
value string
리턴 byte[]

Encode() 공개 정적인 메소드

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

TryDecode() 공개 정적인 메소드

public static TryDecode ( string value, byte &result ) : bool
value string
result byte
리턴 bool