VB.NET & Integer - Integer (System.Int32 and Structure Size = 4 bytes)
Range value
-2,147,483,648 to 2,147,483,647
ShotDev Focus:
- VB.NET & Integer Data Type
Example
Dim myInteger As Integer myInteger = 123
.
.
.
VB.NET & Integer - Integer (System.Int32 and Structure Size = 4 bytes)
Range value
-2,147,483,648 to 2,147,483,647
ShotDev Focus:
- VB.NET & Integer Data Type
Example
Dim myInteger As Integer myInteger = 123
.
.
.
You must be logged in to post a comment.