'Declaration Public Function ConvertTo( _ ByVal newType As VariantType _ ) As Variant
public Variant ConvertTo( VariantType newType )
Parameters
- newType
- The new type of the variant.
Return Value
Variant value with the new type.
'Declaration Public Function ConvertTo( _ ByVal newType As VariantType _ ) As Variant
public Variant ConvertTo( VariantType newType )