Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
diff b/e Convert.ToInt32 and (int)
Pankaj Kumar Choudhary
9y
694
1
Reply
can any one explain me diff. b/w (int32)ft, Convert.ToInt32(ft);
float ft=123.45f;
int nm = (Int32)ft;
int nm2=Convert.ToInt32(ft);
Both give same output
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
make Remote desktop application
insert updated datagrid rows into database