Welcome to our developer-centric oasis! Dive into our blog where we unravel complexities, offer insightful tutorials, and share expert tips to help you navigate the ever-evolving world of coding. Whether you're a seasoned developer seeking advanced techniques or a beginner taking your first steps into the vast realm of programming, our articles are tailored to empower and inspire you on your journey.
Friday, 4 January 2013
Convert.toString vs .toString ()
The basic difference between them is “Convert” function handles NULLS.
while “i.ToString()” does not it will throw a NULL reference exception error.
No comments:
Post a Comment