Names of the various Data Types in Visual Basic .NET and Visual C#

Visual Basic and Visual C#, both have use the different syntax, here we can see the different names of the various data types in both languages.
The following table lists the different data type names in both language and the base types:
 

Visual Basic .NETVisual C# .NET.NET Framework
BooleanboolSystem.Boolean
BytebyteSystem.Byte
ShortshortSystem.Int16
IntegerintSystem.Int32
LonglongSystem.Int64
SinglefloatSystem.Single
DoubledoubleSystem.Double
DecimaldecimalSystem.Decimal
DateSystem.DateTimeSystem.DateTime
StringstringSystem.String
CharcharSystem.Char
ObjectobjectSystem.Object
n/asbyteSystem.Sbyte
n/aushortSystem.UInt16
n/auintSystem.UInt32
n/aulongSystem.UInt64

One thought on “Names of the various Data Types in Visual Basic .NET and Visual C#”

  1. Dapfor grids can be used in real-time applications with both static and
    dynamic data. Well designed architecture and optimized use of CPU and
    memory resources guarantee the highest performance dapfor. com

Comments are closed.