Registriert seit: 10. Sep 2004
Ort: Dülmen
464 Beiträge
Delphi 7 Professional
|
Re: Base64 encoding
19. Mär 2007, 16:01
Zitat von Remko:
I'm trying to translate some code from .net (I have it both in c# and VB.net) to Delphi Win32.
The code uses Convert.ToBase64String Method . According to MSDN: Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base 64 digits.
Is there a WIN32 equivalent?
8 bit unsigned integer is a normal Byte.
Stefan "Geht nicht!" ist keine Fehlerbeschreibung und "Hab ich schon versucht!" keine Antwort!
Hey, it compiles! Ship it!
|