Click or drag to resize

UtilitiesUncompressString Method

Uncompresses the string from byte array

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

Parameters

bytes
Type: SystemByte
The byte array (binary stream of the zipped string)

Return Value

Type: String
The uncompressed string from a gzip stream.
See Also