Condividi tramite


XamlBindingHelper.ConvertValue(TypeName, Object) Metodo

Definizione

Converte un valore da un tipo di origine a un tipo di destinazione.

public:
 static Platform::Object ^ ConvertValue(TypeName type, Platform::Object ^ value);
 static IInspectable ConvertValue(TypeName const& type, IInspectable const& value);
public static object ConvertValue(System.Type type, object value);
function convertValue(type, value)
Public Shared Function ConvertValue (type As Type, value As Object) As Object

Parametri

type
TypeName Type

Tipo da cui convertire il valore.

value
Object

Platform::Object

IInspectable

Valore da convertire.

Restituisce

Object

Platform::Object

IInspectable

Valore convertito.

Commenti

Questo metodo viene usato nel codice generato dal compilatore XAML.

Si applica a