예제 #1
0
 public static ulong ToULong(this string s, ulong @default = default(ulong))
 {
     return(SafeClrConvert.ToULong(s, @default));
 }