public static ushort ToUShort(this string s, ushort @default = default(ushort)) { return(SafeClrConvert.ToUShort(s, @default)); }