Table of Contents

Class VBTypeNames

Namespace
RDCore.SDK.Model.Types
Assembly
RDCore.SDK.dll

Defines the names of all VBType intrinsic data types.

public static class VBTypeNames
Inheritance
VBTypeNames
Inherited Members

Remarks

Because the identifier name of any associated Symbol is the name of the associated VBType, these names must be syntactically valid MS-VBAL 3.3.5 Identifier Tokens, including hidden, internal, or reserved data types with or without any defined semantics. Names that are specification-defined grammatical tokens should refer to an existing Tokens constant.

Fields

VBAny

public const string VBAny = "Any"

Field Value

string

VBArray

public const string VBArray = "Array"

Field Value

string

VBBoolean

public const string VBBoolean = "Boolean"

Field Value

string

VBByte

public const string VBByte = "Byte"

Field Value

string

VBCurrency

public const string VBCurrency = "Currency"

Field Value

string

VBDate

public const string VBDate = "Date"

Field Value

string

VBDecimal

public const string VBDecimal = "Decimal"

Field Value

string

VBDouble

public const string VBDouble = "Double"

Field Value

string

VBEmpty

public const string VBEmpty = "Empty"

Field Value

string

VBError

public const string VBError = "Error"

Field Value

string

VBInteger

public const string VBInteger = "Integer"

Field Value

string

VBLong

public const string VBLong = "Long"

Field Value

string

VBLongLong

public const string VBLongLong = "LongLong"

Field Value

string

VBLongPtr

public const string VBLongPtr = "LongPtr"

Field Value

string

VBMissing

public const string VBMissing = "Missing"

Field Value

string

VBNull

public const string VBNull = "Null"

Field Value

string

VBObject

public const string VBObject = "Object"

Field Value

string

VBSingle

public const string VBSingle = "Single"

Field Value

string

VBString

public const string VBString = "String"

Field Value

string

VBUnknown

public const string VBUnknown = "Unknown"

Field Value

string

VBVariant

public const string VBVariant = "Variant"

Field Value

string

VBVoid

public const string VBVoid = "Void"

Field Value

string