Explain the difference between int and int32?
S.no | Int32 | int |
---|---|---|
1. | Base class of int | primitive data type |
2. | Represents 32-bit integer | Not a keyword in VB.Net |
S.no | Int32 | int |
---|---|---|
1. | Base class of int | primitive data type |
2. | Represents 32-bit integer | Not a keyword in VB.Net |