示例#1
0
 public static long Convert(this ByteUnits bu, int size)
 {
     return(StaticConverter.ConvertToBytes(size, bu));
 }