HTTP.fromBase64()

Signature

String fromBase64(String content, String encoding)

Domain

ACTION

Description

Decodes a String from Base64.

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.