StringConverter

open class StringConverter

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun byteToHex(num: Byte): String
Link copied to clipboard
open fun decodeHexString(hexString: String): Array<Byte>
Link copied to clipboard
open fun encodeHexString(byteArray: Array<Byte>): String
Link copied to clipboard
Link copied to clipboard
open fun hexToAscii(hex: String): String
Link copied to clipboard
open fun hexToByte(hexString: String): Byte
Link copied to clipboard
open fun toDigit(hexChar: Char): Int