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.
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.