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 float and integer?

565


Does main have to be static c#?

496


Why References are stored on heap and variables on stack?

518


What is the difference between // comments, /* */ comments and /// comments?

507


How do I create a .exe file?

489






How do I make a dll in c#?

514


Why should I use interface in c#?

501


What is the meaning of int parse in c#?

514


What is c# commonly used for?

485


Enlist some of the properties of a thread class?

517


What is cshtml?

534


What are the extension methods in c#?

504


What's the c# syntax to catch any possible exception?

498


Explain About friend and Protected friend

527


Is c# static or dynamic?

516