what is the difference between int and Int32?

Answer Posted / nihar

Int32 is the System.Int32 class, while int is an alias for
System.Int32.
The same applies for String (uppercase S) which is
System.String, while string (lowercase S) is an alias for
System.String.
So basically int is the same thing as Int32, and string is
the same thing as Int32

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is difference between c and c sharp?

461


What are methods c#?

486


What do you mean by shared assembly?

586


Does unity use c++ or c#?

493


What are the desktop applications?

469






What is byte c#?

449


What Is An Interface Class?

560


Where is the keyword void used?

552


Explain the difference between object type and dynamic type variables in c#?

499


How do you implement thread synchronization in c#?

464


how to prevent a class from being inherited in c#.net?

516


How many constructors can a class have c#?

471


What is the difference between Object and class adapters?

517


What are satellite assemblies?

561


What are the characteristics of c#?

474