Nope, they are the same thing...
public static int ToInt32(String value) {
if (value == null)
return 0;
return Int32.Parse(value);
}
-----Original Message-----
From: Unmoderated discussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] On Behalf Of Bruno N
Sent: Wednesday, January 01, 2003 2:20 AM
To: [email protected]
Subject: [ADVANCED-DOTNET] Convert, Parse
Hello!
Is there any difference between Convert and Parse?
(Ex: Convert.ToInt and Interger.Parse)
Thanks,
Bruno N
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor� http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com