Type Conversions in Visual BasicĀ 

The process of changing a value from one data type to another type is called conversion. Conversions are either widening or narrowing, depending on the data capacities of the types involved. They are also implicit or explicit, depending on the syntax in the source code.

In This Section

  • Array Conversions
    Steps you through the process of converting between arrays of different data types.