Compress a string into a byte array using DEFLATE (RFC 1951).

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public static byte[] CompressString( string s )
public static byte[] CompressString( string s )
Public Shared Function CompressString ( s As String ) As Byte()
Public Shared Function CompressString ( s As String ) As Byte()
public: static array<unsigned char>^ CompressString( String^ s )
public: static array<unsigned char>^ CompressString( String^ s )
static member CompressString : s : string -> byte[]
static member CompressString : s : string -> byte[]

- s (String)
- A string to compress. The string will first be encoded using UTF8, then compressed.


Uncompress it with UncompressString(array<Byte>[]()[][]).

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412