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
)
Public Shared Function UncompressString (
bytes As Byte()
) As String
public:
static String^ UncompressString(
array<unsigned char>^ bytes
)
static member UncompressString :
bytes : byte[] -> string
Parameters
- bytes
- Type: SystemByte
The byte array (binary stream of the zipped string)
Return Value
Type:
StringThe uncompressed string from a gzip stream.
See Also