C# Class Paymetheus.Bitcoin.Util.Hexadecimal

Afficher le fichier Open project: btcsuite/Paymetheus

Méthodes publiques

Méthode Description
Decode ( string value ) : byte[]
Encode ( byte bytes ) : string
TryDecode ( string value, byte &result ) : bool

Private Methods

Méthode Description
HexDigitToByte ( char ch ) : byte
IsHexDigit ( char ch ) : bool

Method Details

Decode() public static méthode

public static Decode ( string value ) : byte[]
value string
Résultat byte[]

Encode() public static méthode

public static Encode ( byte bytes ) : string
bytes byte
Résultat string

TryDecode() public static méthode

public static TryDecode ( string value, byte &result ) : bool
value string
result byte
Résultat bool