Hi everybody,
I'm starting to work with C#, almost every doubt I've had, I've found it in forums or tutorials in Internet, but there is one that I don't. How can I check if a string value is a number?
I have a function that returns a string and I need to know if this value is a number or not. How can I do this? :rolleyes: The number could be from 0 to 100.
Thanks a lot!!!