✅ Console Readline accepting empty value.
Hi all,
I'm trying to set console readline to not accept empty value (""). However, I've tried a bunch of different options and I still get "System.FormatException: 'The input string '' was not in a correct format.'
"
Here is my code
Ideally the goal was to make a loop that displays a message stating that a number needs to be entered.
I'm trying to set console readline to not accept empty value (""). However, I've tried a bunch of different options and I still get "System.FormatException: 'The input string '' was not in a correct format.'
"
Here is my code
Ideally the goal was to make a loop that displays a message stating that a number needs to be entered.