decodeToString
Decode the provided data from Base64, returning a regular string value, encoded as UTF-8.
Return
Decoded string value.
Parameters
data
Data to decode from Base64.
Decode the provided string from Base64, returning a regular string value, encoded as UTF-8.
Return
Decoded string value.
Parameters
string
String to decode from Base64.
Decode the provided data from Base64, returning a regular string value, encoded as UTF-8.
Return
Decoded string value.
Parameters
data
Data to decode from Base64.
Decode the provided string from Base64, returning a regular string value, encoded as UTF-8.
Return
Decoded string value.
Parameters
string
String to decode from Base64.