Exemple #1
0
 public static long GetCRC(this string value, CRCType CRCType, Encoding encoding)
 {
     return(CRCType.GetCRC().GetCrc(value, encoding));
 }
Exemple #2
0
 public static long GetCRC(this string value, CRCType CRCType)
 {
     return(CRCType.GetCRC().GetCrc(value));
 }