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

 

Converts this to another type. Currently supports strings and any embedded data types.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

The type descriptor context for the conversion.

culture
Type: System.Globalization::CultureInfo^

The culture for the conversion.

value
Type: System::Object^

The value to convert.

destinationType
Type: System::Type^

The type to convert to.

Return Value

Type: System::Object^

The converted value.

Return to top
Show: