Conversions.FallbackUserDefinedConversion(Object, Type) Metodo

Definizione

Attenzione

FallbackUserDefinedConversion has been deprecated and is not supported.

Attenzione

do not use this method

Converte un oggetto nel tipo specificato.

public:
 static System::Object ^ FallbackUserDefinedConversion(System::Object ^ Expression, Type ^ TargetType);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Expression origin object cannot be statically analyzed and may be trimmed")]
[System.Obsolete("FallbackUserDefinedConversion has been deprecated and is not supported.", true)]
public static object FallbackUserDefinedConversion(object Expression, Type TargetType);
[System.Obsolete("do not use this method", true)]
public static object FallbackUserDefinedConversion(object Expression, Type TargetType);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The Expression origin object cannot be statically analyzed and may be trimmed")>]
[<System.Obsolete("FallbackUserDefinedConversion has been deprecated and is not supported.", true)>]
static member FallbackUserDefinedConversion : obj * Type -> obj
[<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

Parametri

Expression
Object

Oggetto da convertire.

TargetType
Type

Tipo in cui convertire l'oggetto.

Valori restituiti

Oggetto del tipo di destinazione specificato.

Attributi

Si applica a