Aracılığıyla paylaş


Windows Çalışma Zamanı temel veri türleri

Bu tabloda, Windows Çalışma Zamanı tarafından desteklenen temel veri türleri listelenir ve C#, Visual Basic ve C++ içindeki ilgili tür gösterilir.

Veri tipi JavaScript C# VB C++
boole boole bool boole bool
Bayt Numarası bayt Bayt İmzasız karakter
Char dize char Char İmzasız karakter
Char16 dize char Char wchar_t
DateTime Tarih DateTimeOffset DateTimeOffset DateTime
çift Numarası çift çift çift
Guid dize Guid Guid Guid
int16 Numarası kısa Kısa kısa
int32 Numarası int tamsayı int
int64 Numarası uzun uzun __int64
nesne nesne nesne nesne Object^
Noktası Noktası Noktası Noktası Noktası
Tek Numarası float Tek float
Boyutu Boyutu Boyutu Boyutu Boyutu
dize dize dize dize String^
TimeSpan Numarası TimeSpan TimeSpan TimeSpan
UInt8 Numarası bayt Bayt İmzasız karakter
UInt16 Numarası ushort UShort İmzalanmamış kısa
UInt32 Numarası UInteger İmzasız int
UInt64 Numarası ulong ULong İmzasız __int64
Uri Uri Uri Uri Uri^
Void Tanımsız geçersiz Void geçersiz

 

Aşağıdaki tabloda, Windows Çalışma Zamanı veri türlerine karşılık gelen .NET türleri gösterilir.

Windows Çalışma Zamanı .NET
boole System.Boole
Bayt system.byte
Char System.Char
Char16 System.Char
DateTime System.DateTimeOffset
çift System.Double
Guid System.Guid
int16 System.Int16
int32 System.Int32
int64 System.Int64
nesne System.Object
Tek System.Single
dize system.string
TimeSpan System.TimeSpan
UInt8 system.byte
UInt16 System.UInt16
UInt32 System.UInt32
UInt64 System.UInt64
Uri System.Uri
Void System.Void