Skip to main content

All Questions

Tagged with
0 votes
3 answers
636 views

validate several numeric user inputs C# Console

Okay, so I made this program for a small school project. It's just small Console Application were the user is supposed to enter 10 numbers and get the average result, the highest and lowest number. ...
Crusern's user avatar
1 vote
1 answer
3k views

MVC numeric validation

I can't seem to ding a way to override the default behaviour of the MVC validation for numeric fields. I've created a default MVC4 project to represent my problem. The model (The default MVC 4 ...
Buduls's user avatar
  • 115
1 vote
1 answer
594 views

string to double validation c# please answer

ok so I am building a program in WPF format. as you know wpf's inputs are usually string, to turn those into double first I need to validate if those string fit and then to proceed and convert them. ...
DavidS47's user avatar