PrimitiveType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Primitive type.
public enum PrimitiveType
type PrimitiveType =
Public Enum PrimitiveType
- Inheritance
-
PrimitiveType
Fields
Name | Value | Description |
---|---|---|
Integer | 0 | Integer |
Long | 1 | Long |
Float | 2 | Float |
Double | 3 | Double |
String | 4 | String |
Byte | 5 | Byte |
Binary | 6 | Binary |
Boolean | 7 | Boolean |
Date | 8 | Date |
DateTime | 9 | DateTime |
Password | 10 | Password |