示例#1
0
 public static SqlBinary Compress(SqlString input)
 {
     return(SevenZipCompressor.CompressBytes(Encoding.UTF8.GetBytes(input.Value)));
 }