validation (double)
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I want to check whether the text entered in a control, say a text box is of double or not. How can I do it? Thanks.
Keshav Kamat :) India
-
I want to check whether the text entered in a control, say a text box is of double or not. How can I do it? Thanks.
Keshav Kamat :) India
Use
double.TryParse(text)
.Deja View - the feeling that you've seen this post before.