string str="";
int no=Convert.ToInt32(str);
priyanka_07 0 Newbie Poster
Recommended Answers
Jump to Poststring str=""; int no=Convert.ToInt32(str);
in my way
string str=""; int no = Convert.ToInt32(Val(str));
All 3 Replies
Reply to this topic Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.