Thread
:
Data Types in C#
View Single Post
coderzone
Team Leader
21May2007,13:25
I am not sure and would like to know if this can be done.
Code:
int a = new int(); string s = new string();
for int as well as for string.