Method | Description | |
---|---|---|
ByteArrayToHexString ( byte bytes ) : string | ||
HexStringToByteArray ( string hex ) : byte[] |
public static ByteArrayToHexString ( byte bytes ) : string | ||
bytes | byte | |
return | string |
public static HexStringToByteArray ( string hex ) : byte[] | ||
hex | string | |
return | byte[] |