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