0 votes
in Dot Net by
What is the difference between int and int32?

1 Answer

0 votes
by

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

...