Difference between Convert.ToString() VS .ToString() method

added by composeme
2/3/2011 10:00:05 AM

123 Views

Convert.ToString handles null and not throws ObjectReferenceNullException and .ToString does not handles the null value and throws the null exception error message...


0 comments