Data types are common in all programming language, every environment has similar types of data. Byte, integer, double, char and boolean are among the most widely used data types. VB.NET has its own set of primitive data types which will help you properly develop your application.
In this chapter you will learn about:
- The different VB.NET data types
Labels: VB.NET