Thursday, 4 July 2019

What is the difference between int and int32?

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

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...