Join Slack
Powered by
change the hex function to ``` fun ByteArray.toHe...
# announcements
j
jkbbwr
05/06/2016, 2:18 PM
change the hex function to
Copy code
fun ByteArray.toHex(): String { return DatatypeConverter.printHexBinary(this).toLowerCase() }
Open in Slack
Previous
Next