TypeSafeVariantOperations

Implements a strongly typed (type safe) variant operations manager object.

Inherits: AbstractVariantOperations

Description

The TypeSafeVariantOperations class allows you to implement a strongly typed (type safe) variant manager object.

Instance methods

Convert

Converts a variant to a specified type.

public override Variant Convert(Variant value, VariantType newType)

  • value: Variant - variant value to be converted.
  • newType: VariantType - type of object to be returned.
  • returns: Variant - converted Variant value.