Skip to main content
Skip table of contents

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 )
File = 'c:\\temp\\ziel.jpg'
Status = f$FileBinWrite( File , '_' )

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.