ImageSourceValueConverter::Convert Method (Object^, Type^, Object^, CultureInfo^)

 

Converts the specified value to the specified target type.

Namespace:   Microsoft.VisualStudio.PlatformUI
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.

Return Value

Type: System::Object^

Returns a value of the target type.

Return to top
Show: