[fpc-pascal] How to convert a large integer to base64

Andreas Schneider aksdb at gmx.de
Sat Jan 15 19:31:53 CET 2011


On Saturday, January 15, 2011 18:52 Frank Church wrote:

> Is there a FCL library that can be used to convert a large integer into base64 format?


Define  "large  integer"  ... in case you mean a normal integer/int64:
IntToHex(...);

-- 
Best Regards,
Andreas




More information about the fpc-pascal mailing list