Class VBTypeNames
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
VBArray
public const string VBArray = "Array"
Field Value
VBBoolean
public const string VBBoolean = "Boolean"
Field Value
VBByte
public const string VBByte = "Byte"
Field Value
VBCurrency
public const string VBCurrency = "Currency"
Field Value
VBDate
public const string VBDate = "Date"
Field Value
VBDecimal
public const string VBDecimal = "Decimal"
Field Value
VBDouble
public const string VBDouble = "Double"
Field Value
VBEmpty
public const string VBEmpty = "Empty"
Field Value
VBError
public const string VBError = "Error"
Field Value
VBInteger
public const string VBInteger = "Integer"
Field Value
VBLong
public const string VBLong = "Long"
Field Value
VBLongLong
public const string VBLongLong = "LongLong"
Field Value
VBLongPtr
public const string VBLongPtr = "LongPtr"
Field Value
VBMissing
public const string VBMissing = "Missing"
Field Value
VBNull
public const string VBNull = "Null"
Field Value
VBObject
public const string VBObject = "Object"
Field Value
VBSingle
public const string VBSingle = "Single"
Field Value
VBString
public const string VBString = "String"
Field Value
VBUnknown
public const string VBUnknown = "Unknown"
Field Value
VBVariant
public const string VBVariant = "Variant"
Field Value
VBVoid
public const string VBVoid = "Void"