H
harrylmh
I want to check if a string "123" is a number. but C# seems to lack a
method tat does tat. the closest is char.isNumber where you can only
check one character at a time anyway.
Anyone knows a way around this? Or is there a method to do this
already?
Thanks
method tat does tat. the closest is char.isNumber where you can only
check one character at a time anyway.
Anyone knows a way around this? Or is there a method to do this
already?
Thanks