qie.base64Encode¶
Signature: qie.base64Encode(input, charset*)
Returns: String encodedValue - the Base64 encoded value
Base64 encode the input value.
Parameters¶
| Type | Name | Description | Default |
|---|---|---|---|
| String | input | the ASCII value to be Base64 encoded | |
| String | charset* | (optional) the character set to use when base 64 encoding the String | UTF-8 |