예제 #1
0
 public static SqlString Extract(SqlBinary input)
 {
     return(Encoding.UTF8.GetString(SevenZipExtractor.ExtractBytes(input.Value)));
 }