J
John Salerno
Is there any difference (performance-wise or otherwise) between the
Parse method and the methods of the Convert class when dealing with a
string?
Int32.Parse(string);
or
Convert.ToInt32(string);
Thanks.
Parse method and the methods of the Convert class when dealing with a
string?
Int32.Parse(string);
or
Convert.ToInt32(string);
Thanks.