Convert.ToObject(Object, VsaEngine) Método
Definição
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
Parâmetros
- value
- Object
O valor a ser convertido.The value to convert.
- engine
- VsaEngine
Uma referência ao mecanismo de script.A reference to the scripting engine.
Retornos
value convertido em um Object.value converted to an Object.