Compression Helper Class using SharpZipLib[9]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 upto 的 blog

                throw new argumentnullexception("stringtodecompress", "you tried to use an empty string");

            }

 

            try

            {

                byte[] inarr = convert.frombase64string(stringtodecompress.trim());

                outstring = encoding.unicode.getstring(decompress(inarr));

            }

            catch (nullreferenceexception  nex)

            {

                return nex.message;

            }

本文关键:Compression Helper Class using SharpZipLib
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top