Method | Description | |
---|---|---|
Decode ( string value ) : byte[] | ||
Encode ( byte bytes ) : string | ||
TryDecode ( string value, byte &result ) : bool |
Method | Description | |
---|---|---|
HexDigitToByte ( char ch ) : byte | ||
IsHexDigit ( char ch ) : bool |
public static Decode ( string value ) : byte[] | ||
value | string | |
return | byte[] |
public static TryDecode ( string value, byte &result ) : bool | ||
value | string | |
result | byte | |
return | bool |