...
Syntax
base64Encode(value [, format])
Argument | Type | Description |
---|---|---|
value | A string of bytes to be encoded | |
format | String (Optional) | BASIC: standard base64 algorithm, Defaults to BASIC |
...
...
base64Encode(value [, format])
Argument | Type | Description |
---|---|---|
value | A string of bytes to be encoded | |
format | String (Optional) | BASIC: standard base64 algorithm, Defaults to BASIC |
...