Search Results for

    Show / Hide Table of Contents

    Class VariantCoercion

    Applies Delphi-compatible Variant type coercion rules, promoting two operands to a common base type before comparison or arithmetic and raising on invalid combinations.

    Inheritance
    object
    VariantCoercion
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Reporting
    Assembly: Reportman.Reporting.dll
    Syntax
    public static class VariantCoercion

    Methods

    View Source

    Coercion(ref Variant, ref Variant)

    Declaration
    public static bool Coercion(ref Variant value1, ref Variant value2)
    Parameters
    Type Name Description
    Variant value1
    Variant value2
    Returns
    Type Description
    bool
    • View Source
    In this article
    Back to top Generated by DocFX