Deserialized |
public enum DeserializedDataType
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | Value not set yet, or type is unknown. |
| Text | 1 | Text |
| TextAndNumber | 2 | Text and Double |
| Complex | 3 | Complex (2 x double) |
| Double | 4 | Double (8 byte) |
| Double10 | 5 | Double (10 byte) |
| Single | 6 | Single (4 byte) |
| Int32 | 7 | Signed int (4 byte) |
| UInt32 | 8 | Unsigned int (4 byte) |
| Int16 | 9 | Signed int (2 byte) |
| UInt16 | 10 | Unsigned int (2 byte) |
| SByte | 11 | Signed int (1 byte) |
| Byte | 12 | Unsigned int (1 byte) |
The DeserializedDataType type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |