Keyoti RapidSpell Desktop .NET API Docs
CompressString Method (s)
APIKeyoti.RapidSpell.CompressionDeflateStreamCompressString(String)
Keyoti RapidSpell Desktop .NET
Compress a string into a byte array using DEFLATE (RFC 1951).
Declaration Syntax
C#C#Visual BasicVisual BasicVisual 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[] 
Parameters
s (String)
A string to compress. The string will first be encoded using UTF8, then compressed.
Return Value
array<Byte>[]()[][]
The string in compressed form
Remarks
See Also

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