String uncompressString(String instr)
Arguments
instr: The String to uncompress
Usage
Uncompress a string generated with compressString. If uncompression fails, a UncompressionFailed Exception will be thrown. Unlike uncompressBinary you do not have to guess or record an uncompressed size, as compressed strings store this information internally (if the string is corrupted, then this information may be wrong, so uncompression will fail with an Exception)