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