f$base64decode
f$base64decode
Decode a base64 string. The result is written to the internal binary buffer.
Syntax: | Status = f$base64decode ( image ); | ||
| Argument | Type | Meaning |
| image | String | Base64 encoded file content |
Result: | Status | 0 – the transferred buffer is not a valid base64 code 1 – decoding successful | |
Examples: | Status = f$base64decode ( image ) | ||