Calculates the binary representation of Base64-encoded data.
toBinary(base64_or_object)
returns binary
Name | Type | Required | Default | Description |
---|---|---|---|---|
base64_or_object | any | Yes | A string or a variable that contains one: * In Base64 format to convert to binary * In binary format to test whether it is valid |