BASE64_TO_HEX
Last updated: 9/21/2026Converts a base 64 string into a hex string.
Syntax
BASE64_TO_HEX(value)
Arguments
| Name | Type | Description | Default Value |
|---|---|---|---|
| value | string |
Returns
Returns a string value.
Examples
| value | Output |
|---|---|
| "AAAAAAAAAP8=" | 00000000000000ff
|
| "/w==" | ff
|
| "QWxsIHlvdXIgYmFzZQ==" | 416c6c20796f75722062617365
|
| "###" | null |