ValueVariantT1, T2  Conversion Operators

CVB.Net Documentation
Overload List

  NameDescription
Public operatorStatic member(T1 to ValueVariantT1, T2)
Implicitly creates a new variant from the given value.
Public operatorStatic member(T2 to ValueVariantT1, T2)
Implicitly creates a new variant from the given value.
Public operatorStatic member(ValueVariantT1, T2 to T1)
Implicitly converts the variant value to its T1 value.
Public operatorStatic member(ValueVariantT1, T2 to T2)
Implicitly converts the variant value to its T1 value.
Top
See Also

Reference