Convert.ToObject(Object, VsaEngine) Metodo

Definizione

Converte il valore specificato in Object. Genera un errore, se non è possibile eseguire la conversione.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 static System::Object ^ ToObject(System::Object ^ value, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static object ToObject (object value, Microsoft.JScript.Vsa.VsaEngine engine);
static member ToObject : obj * Microsoft.JScript.Vsa.VsaEngine -> obj
Public Shared Function ToObject (value As Object, engine As VsaEngine) As Object

Parametri

value
Object

Valore da convertire.

engine
VsaEngine

Riferimento al motore di script.

Restituisce

value viene convertito in Object.

Si applica a