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