VB Data types
From mi-linux
Jump to navigationJump to search
Data Types in VB.Net Visual Basic has several different types of data available for storing different sorts of data values. It is important that data is stored in the correct type of variable. Data can be divided into two main groupings:
- Numeric data - which can be used to perform calculations
- Non-numeric data - such as names, addresses, etc