public enum ENSystemPrimitiveType : System.Enum
public enum ENSystemPrimitiveType : System.Enum
Member | Description |
---|---|
Boolean | Boolean type. |
Byte | Byte type. |
Char | Char type. |
Double | Double precision floaing point type. |
Int16 | 16-bit integer type. |
Int32 | 32-bit integer type. |
Int64 | 64-bit integer type. |
SByte | Signed byte type. |
Single | Single precision floating point type. |
String | String type. |
UInt16 | 16-bit unsigned integer type. |
UInt32 | 32-bit unsigned integer type. |
UInt64 | 64-bit unsigned integer type. |
Unknown | Unknown primitive or other object type |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Serialization.ENSystemPrimitiveType
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)