About 1,640 results
Open links in new tab
  1. Data Type Summary - Visual Basic | Microsoft Learn

    Sep 15, 2021 · The following table shows the Visual Basic data types, their supporting common language runtime types, their nominal storage allocation, and their value ranges.

  2. VB.NET Data Types - Online Tutorials Library

    Learn about different data types in VB.NET, their usage, and how to define them in your applications.

  3. Visual Basic Data Types - Tutlane

    Visual basic (vb) data types with examples. In visual basic data types are useful to define the type of data the variable can hold.

  4. Data Types - Visual Basic Tutorial

    This tutorial explains what data types are available to you as a Visual Basic Programmer and what these types actually mean.

  5. Visual Basic/Data Types - Wikibooks, open books for an open world

    Mar 7, 2022 · Data types in Visual Basic can be divided into three groups: Native: Types that are understood directly by the Visual Basic compiler without assistance from the programmer

  6. VB.Net Data Types and Variable Declaration with DIM - Guru99

    Sep 26, 2024 · Data types determine the type of data that any variable can store. Variables belonging to different data types are allocated different amounts of space in the memory.

  7. VB.NET - Data Types | vb-net Tutorial

    VB.Net provides a wide range of data types. The following table shows the Visual Basic data types, their supporting common language runtime types, their nominal storage allocation, and their value ranges.

  8. docs/docs/visual-basic/language-reference/data-types/index.md ... - GitHub

    The following table shows the Visual Basic data types, their supporting common language runtime types, their nominal storage allocation, and their value ranges.

  9. Visual Basic data types - ZetCode

    Oct 18, 2023 · The two fundamental data types in Visual Basic are value types and reference types. Primitive types (except strings), enumerations, and structures are value types.

  10. Visual Basic .NET - Data Types - eVidhya

    In VB.NET, data types define the type of value that can be stored in a variable or returned from a function or method. Each data type has a specific set of values and operations that can be performed …