Beispiel #1
0
 /// <summary>
 /// Convert <see cref="string"/> to nullable <see cref="ulong"/>.
 /// </summary>
 /// <param name="str"></param>
 /// <returns></returns>
 public static ulong?ToNullableUInt64(string str) => NumericConv.StringToNullableUInt64(str);