Wednesday, 22 July 2015

What is the difference between int and int32 | .NET QUESTIONS ANSWERS

There is no difference between int and int32. System.Int32 is a .NET Class and int is an alias name for System.Int32.

No comments:

Post a Comment