Converts a given Base64 text to a binary file.

Syntax:

ConvertBase64ToBinaryFile( Base64Text As String,
BinaryFileName As String ) As Boolean
Return: Boolean
Parameters: Base64Text Base64 text to be converted.
BinaryFileName Path and name of the target binary file.

Example:
Dim Tool As XML Tool

Set Tool = Application.Tools.XMLTool

Call Tool.ConvertBase64ToBinaryFile("VGFnICE=", "c:/Test.png")

See also:

Class XMLTool


Last Updated: 03/17/21