description | title | ms.date | ms.topic | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|---|
Learn more about: Platform::TypeCode Enumeration |
Platform::TypeCode Enumeration |
12/30/2016 |
reference |
|
|
93c1305f-eb16-4bec-aead-f88d9518b4cf |
Specifies a numeric category that represents a built-in type.
enum class TypeCode {};
Type Code | Description |
---|---|
Boolean | A Platform::Boolean type. |
Char16 | A default::char16 type. |
DateTime | A DateTime type. |
Decimal | A numeric type. |
Double | A default::float64 type. |
Empty | Void |
Int16 | A default::int16 type. |
Int32 | A default::int32 type. |
Int64 | A default::int64 type. |
Int8 | A default::int8 type. |
Object | A Platform::Object type. |
Single | A default::float32 type. |
String | A Platform::String type. |
UInt16 | A default::uint16 type. |
UInt32 | A default::uint32 type. |
UInt64 | A default::uint64 type. |
UInt8 | A default::uint8 type. |
Minimum supported client: Windows 8
Minimum supported server: Windows Server 2012
Namespace: Platform
Metadata: platform.winmd