DataTypeCode Enum

Definition

Data types used by SimpleDataTypesSerializer when it is necessary to serialize type information in addition to the data itself.

public enum DataTypeCode
type DataTypeCode = 
Public Enum DataTypeCode
Inheritance
DataTypeCode

Fields

Name Value Description
Boolean 0
Byte 1
SByte 2
Int16 3
UInt16 4
Int32 5
UInt32 6
Int64 7
UInt64 8
Single 9
Double 10
DateTime 11
Char 12
String 13
Invalid 255

Applies to