Link to home
Start Free TrialLog in
Avatar of Barnum
BarnumFlag for United States of America

asked on

What is the difference between Convert.int32 and (int)?

What is the difference between Convert.int32 and (int)

example : rowKey = (int)gridView.GetRowValues(i, gridView.KeyFieldName);
rowKey = Convert.int32(gridView.GetRowValues(i, gridView.KeyFieldName));
ASKER CERTIFIED SOLUTION
Avatar of dswatt
dswatt
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial