'Declaration
<PureAttribute()> Public Shared Function IsValidInVariant( _ ByVal varType As VarType _ ) As Boolean
'Usage
Dim varType As VarType Dim value As Boolean value = VarTypeUtilities.IsValidInVariant(varType)
Parameters
- varType
- A VarType to be tested.