Esempio n. 1
0
 public static byte _ToByte(this object obj)
 {
     return(SafeConvert.ToByte(obj));
 }