CreateFileFromBase64

Object Method - CreateFileFromBase64()

Parent Object - HL7Vendor

Returns - String


Name: EncodeBase64(Byval sValue)

Parameter 1: strBase64 (String - the BASE64 encoded value)

Parameter 2: strFileName (String - the fully qualified path/filename to create)

Parameter 3 (Optional): bOverWrite (Boolean [Default True] - overwrite strFileName if it exists)

 

Description: Creates a binary file on disk from a BASE64 encoded string

 

See Also: EncodeFileAsBase64, DecodeBase64, EncodeBase64