RC-WinTrans Object Model Help |
XMLTool.ConvertBinaryFileToBase64
|
Converts a given binary file to a Base64 text. The method returns the Base64 text as String.
Syntax: |
ConvertBinaryFileToBase64( BinaryFileName As String ) As String |
| Return: | String |
| Parameters: |
BinaryFileName The path and name of the target binary file to be converted.
|
| Example: | Dim Tool As XML Tool
Set Tool = Application.Tools.XMLTool
MsgBox Tool.ConvertBinaryFileToBase64("c:/Data/picture.jpg")
|
See also: