decodeToString

open override fun decodeToString(data: ByteArray): String

Decode the provided data into a string of decoded data.

Return

String decoded from hex.

Parameters

data

Data to decode with hex, into a string.


open override fun decodeToString(string: String): String

Decode the provided string into a string of decoded data.

Return

String decoded from hex.

Parameters

string

String decode with hex, into a string.