示例#1
0
 public static ushort ToUShort(this string s, ushort @default = default(ushort))
 {
     return(SafeClrConvert.ToUShort(s, @default));
 }