コード例 #1
0
 /// <summary>
 /// Convert <see cref="string"/> to nullable <see cref="ushort"/>.
 /// </summary>
 /// <param name="str"></param>
 /// <returns></returns>
 public static ushort?ToNullableUInt16(string str) => NumericConv.StringToNullableUInt16(str);