String fromBase64(String content, String encoding)String fromBase64(String content, String encoding)| Name | Type | Description | 
|---|---|---|
content | String | The base64 content to decode | 
encoding | String | The encoding which will be $1UTF-8$1 if null or empty value specified. | 
| Type | Description | 
|---|---|
String | Decoded from base64. |