Overload | Description |
---|---|
Implicit Type Conversion(Int32,VarType) | Converts VarType object to a numerical VARTYPE . |
Implicit Type Conversion(VarType,Int32) | Converts a numerical VARTYPE to a VarType object. |
Implicit Type Conversion(VarType,VarTypes) | Converts an enumerated value to a VarType object. |
Implicit Type Conversion(VarTypes,VarType) | Converts VarType object to an enumerated value. |