decodeToString

Decode the provided data from the encoding implemented by this encoder; return a String representation of the resulting data.

Return

Decoded string representation of the data.

Parameters

data

Encoded data to decode.


open fun decodeToString(string: String): String

Decode the provided string from the encoding implemented by this encoder; return a String representation of the resulting data.

Return

Decoded string representation of the data.

Parameters

string

Encoded string to decode.