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