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
)
Public Shared Function CompressString (
str As String
) As Byte()
public:
static array<unsigned char>^ CompressString(
String^ str
)
static member CompressString :
str : string -> byte[]
Parameters
- str
- Type: SystemString
The string.
Return Value
Type:
ByteA byte array containing the compressed string
See Also