Exemple #1
0
 public static byte?AsNullableByte(this string val, byte?dflt = 0)
 => ObjectValueConversion.AsNullableByte(val, dflt);