Conversions.FallbackUserDefinedConversion(Object, Type) Method

Definition

Caution

do not use this method

Converts an object to the specified type.

public:
 static System::Object ^ FallbackUserDefinedConversion(System::Object ^ Expression, Type ^ TargetType);
[System.Obsolete("do not use this method", true)]
public static object FallbackUserDefinedConversion(object Expression, Type TargetType);
[<System.Obsolete("do not use this method", true)>]
static member FallbackUserDefinedConversion : obj * Type -> obj
Public Shared Function FallbackUserDefinedConversion (Expression As Object, TargetType As Type) As Object

Parameters

Expression
Object

The object to convert.

TargetType
Type

The type to which to convert the object.

Returns

An object of the specified target type.

Attributes

Applies to