CryptoPressStream:
Delphi / C++Builder Streaming Compression Library
with Strong Encryption


TCPSManager.FormatToString
TCPSManager
Top 

Converts a formatted string to string.

Delphi syntax:
type
TCPSStringFormat = (cpssfHEX,cpssfHEXL,cpssfMIME64,cpssfXX,cpssfUU);
function FormatToString(Source: String; Format: TCPSStringFormat): String;

C++ syntax:
enum
TCPSStringFormat { cpssfHEX, cpssfHEXL, cpssfMIME64, cpssfXX, cpssfUU };
AnsiString __fastcall FormatToString(AnsiString Source, TCPSStringFormat Format);

Description
Converts a formatted string to string.
Format is a string format.



© AidAim Software CryptoPressStream: