ConvertTo()

ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method

Converts object to specific type.

System::SharedPtr<System::Object> System::Drawing::ImageConverter::ConvertTo(const System::SharedPtr<System::ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override

Arguments

ParameterTypeDescription
contextconst System::SharedPtr<System::ComponentModel::ITypeDescriptorContext>&Object conversion context information
cultureconst System::SharedPtr<System::Globalization::CultureInfo>&Culture to use when converting objects
valueconst System::SharedPtr<System::Object>&An object to convert.
destinationTypeconst System::TypeInfo&A type to convert to.

Return Value

Converted object.

See Also