'Declaration<NotNullAttribute()> Public Shared Function TypeFromVarType( _ ByVal varType As VarType _ ) As Type
'UsageDim varType As VarType Dim value As Type value = VarTypeUtilities.TypeFromVarType(varType)
Parameters
- varType
- The VarType for which the corresponding CLR (.NET) type should be determined.
Return Value
The resulting System.Type. If it cannot be specifically determined, a
typeof(Object) is returned.