HslColorConverter::ConvertTo Method (ITypeDescriptorContext^, CultureInfo^, Object^, Type^)

 

Converts the given value object to the specified type, using the specified context and culture information.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context,
	CultureInfo^ culture,
	Object^ value,
	Type^ destinationType
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that provides a format context.

culture
Type: System.Globalization::CultureInfo^

A CultureInfo object. If a null reference (Nothing in Visual Basic) is passed, the current culture is assumed.

value
Type: System::Object^

The Object to convert.

destinationType
Type: System::Type^

The Type to convert the value parameter to.

Return Value

Type: System::Object^
Return to top
Show: