共用方式為


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

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

Applies to