HTTP.fromBase64()

Signature

String decodeBase64(String content, String encoding)

Domain

Parameters

NameTypeDescription
contentStringThe base64 content to decode
encodingStringThe encoding which will be $1UTF-8$1 if null or empty value specified.

Returns

TypeDescription
StringDecoded from base64.