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

 

Converts the given SkinID object to a string using the specified context and culture information.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

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

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An T:System.ComponentModel.ITypeDescriptorContext that provides a format context that represents the control being designed.

culture
Type: System.Globalization::CultureInfo^

A T:System.Globalization.CultureInfo. If null, the current culture is assumed.

value
Type: System::Object^

The SkinID object to convert.

destinationType
Type: System::Type^

The T:System.Type to convert value to (must be a String).

Return Value

Type: System::Object^

An object that represents the converted value.

.NET Framework
Available since 2.0
Return to top
Show: