i tried it but it say i can't convert type string to int
You parse it. e.g.
string s = "1000.0";double d = double.Parse (s);
No comments:
Post a Comment