Excerpt | ||
---|---|---|
| ||
base64EncodeJbase64Encode(value, format) Encodes a string containing bytes using base64. |
...
Argument | Type | Description |
---|---|---|
value | A string of bytes to be encoded | |
format | String (Optional) | BASIC: standard base64 algorithm, Defaults to BASIC |
Examples
...