INativeValueConverterService.ConvertTo(Object, Type, Object) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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