com.github.rs3vans.krypto / Bytes / toDecodedString

toDecodedString

fun toDecodedString(charset: Charset = Charsets.UTF_8): String

Convert a Bytes into a String by decoding it using the given Charset, assuming it contains character data.