FieldType Enum

Definition

public enum class FieldType
public enum class FieldType
enum FieldType
[System.Runtime.InteropServices.ComVisible(false)]
public enum FieldType
[<System.Runtime.InteropServices.ComVisible(false)>]
type FieldType = 
Public Enum FieldType
Inheritance
FieldType
Attributes

Fields

Bool 1

A boolean (8 bits wide)

Byte 2

A byte (unsigned)

Char 3

A Unicode character

Double 8

A long float (64 bits wide)

Float 6

A short float (32 bits wide)

Int 5

A integer (32 bits wide)

Long 7

A long integer (64 bits wide)

Short 4

A signed short (16 bits wide)

Structure 0

A structure

Applies to