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
How many bytes is an int c#?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is the difference between do and while loop?
What is windows form in c#?
what is the scope of anonymous type ?
What is difference between constants and readonly in c#?
How many constructors can a class have in c#?
Define an abstract class?
What's c# ?
What's your approach to fetch static data in your windows form application?
What is the difference between static and private constructor?
What is difference between array and list?
What are the 3 logical operators?
What debugging tools come with the .NET ssSDK?
In how many ways you can overload a method?