ImageSourceValueConverter::Convert Method (Object^, Type^, Object^, CultureInfo^)
Visual Studio 2015
Converts the specified value to the specified target type.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: virtual Object^ Convert( Object^ value, Type^ targetType, Object^ parameter, CultureInfo^ culture ) sealed
Parameters
- value
-
Type:
System::Object^
The value to convert.
- targetType
-
Type:
System::Type^
The target type.
- parameter
-
Type:
System::Object^
Parameters relevant to conversion.
- culture
-
Type:
System.Globalization::CultureInfo^
Culture relevant to conversion.
Show: