Y
yurps
which is the fastest or best out of these
Convert.ToInt32();
(int)x;
int.Parse(x);
Thanks,
yurps
Convert.ToInt32();
(int)x;
int.Parse(x);
Thanks,
yurps
yurps said:which is the fastest or best out of these
Convert.ToInt32();
(int)x;
int.Parse(x);
Thanks,
yurps