Beispiel #1
0
 public static short ToShort(this string s, short @default = default(short))
 {
     return(SafeClrConvert.ToShort(s, @default));
 }