Метод | Описание | |
---|---|---|
CompressString ( string text ) : string |
Compresses the string.
|
|
DecompressString ( string compressedText ) : string |
Decompresses the string.
|
public static CompressString ( string text ) : string | ||
text | string | The text. |
Результат | string |
public static DecompressString ( string compressedText ) : string | ||
compressedText | string | The compressed text. |
Результат | string |