SoftBasicByteToHexString 方法 |
名称 | 说明 | |
---|---|---|
ByteToHexString(Byte) |
字节数据转化成16进制表示的字符串 Byte data into a string of 16 binary representations | |
ByteToHexString(String) |
字符串数据转化成16进制表示的字符串 String data into a string of 16 binary representations | |
ByteToHexString(Byte, Char) |
字节数据转化成16进制表示的字符串 Byte data into a string of 16 binary representations | |
ByteToHexString(Byte, Char, Int32, String) |
字节数据转化成16进制表示的字符串 Byte data into a string of 16 binary representations |