Diff. 1.
int is the base class property of the c#, without using namespace "System" we can access int and property also, while we can't use int32 without using "System" namespace, it mean that int32 is the property of the System class
Diff. 2.
int32 allows null values while int doesnt allow null values
int is the base class property of the c#, without using namespace "System" we can access int and property also, while we can't use int32 without using "System" namespace, it mean that int32 is the property of the System class
Diff. 2.
int32 allows null values while int doesnt allow null values
No comments:
Post a Comment