PiemanJ

Results 1 issues of PiemanJ

This conversion threw an error (System.ArgumentException: The option value was None (Parameter 'option')) public static int ToInt32(string value) { int.TryParse(value, out int result); return result; }