Exemplo n.º 1
0
 public static byte AsByte(this string val, byte dflt = 0)
 {
     return(ObjectValueConversion.AsByte(val, dflt));
 }