Data Types in VB .NET
The Data types available in VB .NET, their size, type, description are summarized in the table below.
Data Type Size in Bytes Description Type
Byte 1 8-bit unsigned integer System.Byte
Char 2 16-bit Unicode characters System.Char
Integer 4 32-bit signed integer System.Int32
Double 8 64-bit floating point variable System.Double
Long 8 64-bit signed integer System.Int64
Short 2 16-bit signed integer System.Int16
Single 4 32-bit floating point variable System.Single
String Varies Non-Numeric Type System.String
Date 8 System.Date
Boolean 2 Non-Numeric Type System.Boolean
Object 4 Non-Numeric Type System.Object
Decimal 16 128-bit floating point variable System.Decimal
-

No comments:
Post a Comment