Click or drag to resize

UtilitiesCompressString Method

Compresses the string.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static byte[] CompressString(
	string str
)

Parameters

str
Type: SystemString
The string.

Return Value

Type: Byte
A byte array containing the compressed string
See Also