VB .NET x C#  - Tipos de dados - Comparação


Comparação entre as linguagens VB .NET e C# - Tipos de dados. Para consulta.

Propósito/Tamanho
VB.NET
C#
Decimal
Decimal
decimal
Date
Date
DateTime
(varies)
String
string
1 byte
Byte
byte
2 bytes
Boolean
bool
2 bytes
Short, Char (Unicode character)
short, char (Unicode character)
4 bytes
Integer
int
8 bytes
Long
long
4 bytes
Single
float
8 bytes
Double
double

José Carlos Macoratti