Sunday, 18 August 2013

Why multiple types of Casting in C#

Why multiple types of Casting in C#

I am new to c# and would like to know why the different casting types.
.ToString(), Convert.ToString & (String). What are the differences and
when should they be used. Just need some clarity. Thanks.

No comments:

Post a Comment