TypeUnsafeVariantOperations

Implements a type unsafe variant operations manager object.

Extends: AbstractVariantOperations

Description

The TypeUnsafeVariantOperations class allows you to implement a type unsafe variant operations manager object.

Instance methods

convert

Converts a variant to a specified type.

public convert(value: Variant, newType: VariantType): Variant

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