Exemplo n.º 1
0
 public static int ToInt32(this string str)
 {
     return(SafeConvert.ToInt32(str));
 }
Exemplo n.º 2
0
 public static byte ToByte(this string str)
 {
     return(SafeConvert.ToByte(str));
 }
Exemplo n.º 3
0
 public static DateTime ToDateTime(this string str)
 {
     return(SafeConvert.ToDateTime(str));
 }