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 .NET | Visual C# .NET | .NET Framework |
Boolean | bool | System.Boolean |
Byte | byte | System.Byte |
Short | short | System.Int16 |
Integer | int | System.Int32 |
Long | long | System.Int64 |
Single | float | System.Single |
Double | double | System.Double |
Decimal | decimal | System.Decimal |
Date | System.DateTime | System.DateTime |
String | string | System.String |
Char | char | System.Char |
Object | object | System.Object |
n/a | sbyte | System.Sbyte |
n/a | ushort | System.UInt16 |
n/a | uint | System.UInt32 |
n/a | ulong | System.UInt64 |
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