here is the function i got from the MS knowledge base, in case anyone is interested:
Function ReadBinData(ByVal strFileName As String) As Variant
Dim lLen As Long
Dim iFile As Integer
Dim arrBytes() As Byte
Dim lCount As Long
Dim strOut As String
'Read from disk...
I'm trying to convert a binary file into a base 64 string so that I can put it in an XML file. I'm sure someone has already done this so I'm wondering if there is a nice class or dll out there I can use? Thanks.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.