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