INativeValueConverterService.ConvertTo(Object, Type, Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
bool ConvertTo(System::Object ^ value, Type ^ toType, [Runtime::InteropServices::Out] System::Object ^ % platformValue);
public bool ConvertTo (object value, Type toType, out object platformValue);
abstract member ConvertTo : obj * Type * obj -> bool
Public Function ConvertTo (value As Object, toType As Type, ByRef platformValue As Object) As Boolean
Parámetros
- value
- Object
- toType
- Type
- platformValue
- Object