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?