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