Beispiel #1
0
 public static char _ToChar(this object obj)
 {
     return(SafeConvert.ToChar(obj));
 }