InternetUnicodeHTMLCSSScalable Vector Graphics (SVG)Extensible Markup Language (xml) ASP.Net TOCASP.NetMiscellaneous Feature ASP.NET Scripting Visual Basic .NET TOCVB .NET Language Referencena VB.Net KeywordsVB.Net DataVB.Net Declared ElementVB.Net DelegatesVB.Net Object CharacteristicsVB.Net EventsVB.Net InterfacesVB.Net LINQVB.Net Object and ClassVB.Net Operators and ExpressionsVB.Net ProceduresVB.Net StatementsVB.Net StringsVB.Net XMLConstants and LiteralsVB .NET Enumerations Data TypesObject, String, User-DefinedBoolean, Char, Date Decimal Draft for Information Only
Content
VB.NET Data Types
VB.NET Data TypesThe supporting VB.NET data types can be divided into
Byte Data TypeHolds unsigned 8-bit (1-byte) integers that range in value from 0 through 255. RemarksUse the Byte data type to contain binary data. The default value of Byte is 0. Literal assignmentsYou can declare and initialize a Byte variable by assigning it a decimal literal, a hexadecimal literal, an octal literal, or (starting with Visual Basic 2017) a binary literal. If the integral literal is outside the range of a Byte (that is, if it is less than Byte.MinValue or greater than Byte.MaxValue), a compilation error occurs. Note You use the prefix &h or &H to denote a hexadecimal literal, the prefix &b or &B to denote a binary literal, and the prefix &o or &O to denote an octal literal. Decimal literals have no prefix. Starting with Visual Basic 2017, you can also use the underscore character, _, as a digit separator to enhance readability. Starting with Visual Basic 15.5, you can also use the underscore character (_) as a leading separator between the prefix and the hexadecimal, binary, or octal digits. To use the underscore character as a leading separator, you must add the following element to your Visual Basic project (*.vbproj) file:
XML
<PropertyGroup> <LangVersion>15.5</LangVersion> </PropertyGroup> For more information see setting the Visual Basic language version. Programming tips
See alsoUShort data typeHolds unsigned 16-bit (2-byte) integers ranging in value from 0 through 65,535. RemarksUse the UShort data type to contain binary data too large for Byte. The default value of UShort is 0. Literal assignmentsYou can declare and initialize a UShort variable by assigning it a decimal literal, a hexadecimal literal, an octal literal, or (starting with Visual Basic 2017) a binary literal. If the integer literal is outside the range of UShort (that is, if it is less than UInt16.MinValue or greater than UInt16.MaxValue, a compilation error occurs. Note You use the prefix &h or &H to denote a hexadecimal literal, the prefix &b or &B to denote a binary literal, and the prefix &o or &O to denote an octal literal. Decimal literals have no prefix. Starting with Visual Basic 2017, you can also use the underscore character, _, as a digit separator to enhance readability. Starting with Visual Basic 15.5, you can also use the underscore character (_) as a leading separator between the prefix and the hexadecimal, binary, or octal digits. To use the underscore character as a leading separator, you must add the following element to your Visual Basic project (*.vbproj) file:
XML
<PropertyGroup> <LangVersion>15.5</LangVersion> </PropertyGroup> For more information see setting the Visual Basic language version. Numeric literals can also include the US or us type character to denote the UShort data type. Programming tips
See also
UInteger data typeHolds unsigned 32-bit (4-byte) integers ranging in value from 0 through 4,294,967,295. RemarksThe UInteger data type provides the largest unsigned value in the most efficient data width. The default value of UInteger is 0. Literal assignmentsYou can declare and initialize a UInteger variable by assigning it a decimal literal, a hexadecimal literal, an octal literal, or (starting with Visual Basic 2017) a binary literal. If the integer literal is outside the range of UInteger (that is, if it is less than UInt32.MinValue or greater than UInt32.MaxValue, a compilation error occurs. Note You use the prefix &h or &H to denote a hexadecimal literal, the prefix &b or &B to denote a binary literal, and the prefix &o or &O to denote an octal literal. Decimal literals have no prefix. Starting with Visual Basic 2017, you can also use the underscore character, _, as a digit separator to enhance readability. Starting with Visual Basic 15.5, you can also use the underscore character (_) as a leading separator between the prefix and the hexadecimal, binary, or octal digits. To use the underscore character as a leading separator, you must add the following element to your Visual Basic project (*.vbproj) file:
XML
<PropertyGroup> <LangVersion>15.5</LangVersion> </PropertyGroup> For more information see setting the Visual Basic language version. Numeric literals can also include the UI or ui type character to denote the UInteger data type. Programming tipsThe UInteger and Integer data types provide optimal performance on a 32-bit processor, because the smaller integer types (UShort, Short, Byte, and SByte), even though they use fewer bits, take more time to load, store, and fetch.
See also
ULong data typeHolds unsigned 64-bit (8-byte) integers ranging in value from 0 through 18,446,744,073,709,551,615 (more than 1.84 times 10 ^ 19). RemarksUse the ULong data type to contain binary data too large for UInteger, or the largest possible unsigned integer values. The default value of ULong is 0. Literal assignmentsYou can declare and initialize a ULong variable by assigning it a decimal literal, a hexadecimal literal, an octal literal, or (starting with Visual Basic 2017) a binary literal. If the integer literal is outside the range of ULong (that is, if it is less than UInt64.MinValue or greater than UInt64.MaxValue, a compilation error occurs. Note You use the prefix &h or &H to denote a hexadecimal literal, the prefix &b or &B to denote a binary literal, and the prefix &o or &O to denote an octal literal. Decimal literals have no prefix. Starting with Visual Basic 2017, you can also use the underscore character, _, as a digit separator to enhance readability. Starting with Visual Basic 15.5, you can also use the underscore character (_) as a leading separator between the prefix and the hexadecimal, binary, or octal digits. To use the underscore character as a leading separator, you must add the following element to your Visual Basic project (*.vbproj) file:
XML
<PropertyGroup> <LangVersion>15.5</LangVersion> </PropertyGroup> For more information see setting the Visual Basic language version. Numeric literals can also include the UL or ul type character to denote the ULong data type. Programming tips
See also
Source/Reference
©sideway ID: 200700027 Last Updated: 7/27/2020 Revision: 0 Ref: ![]() References
![]() Latest Updated Links
![]() ![]() ![]() ![]() ![]() |
![]() Home 5 Business Management HBR 3 Information Recreation Hobbies 8 Culture Chinese 1097 English 339 Travel 18 Reference 79 Computer Hardware 254 Software Application 213 Digitization 37 Latex 52 Manim 205 KB 1 Numeric 19 Programming Web 289 Unicode 504 HTML 66 CSS 65 SVG 46 ASP.NET 270 OS 431 DeskTop 7 Python 72 Knowledge Mathematics Formulas 8 Set 1 Logic 1 Algebra 84 Number Theory 206 Trigonometry 31 Geometry 34 Calculus 67 Engineering Tables 8 Mechanical Rigid Bodies Statics 92 Dynamics 37 Fluid 5 Control Acoustics 19 Natural Sciences Matter 1 Electric 27 Biology 1 |
Copyright © 2000-2025 Sideway . All rights reserved Disclaimers last modified on 06 September 2019