.Net Organisation Chart Component Class Library
ConvertTo Method (context, culture, value, destinationType)
NamespacesOrgChart.Core.CommandBarNavBarSettingsConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Converts a NavBarSettings to the specified destination type
Declaration Syntax
C#Visual BasicVisual C++
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)
Public Overrides Function ConvertTo ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	value As Object, _
	destinationType As Type _
) As Object
public:
virtual Object^ ConvertTo(
	ITypeDescriptorContext^ context, 
	CultureInfo^ culture, 
	Object^ value, 
	Type^ destinationType
) override
Parameters
context (ITypeDescriptorContext)
Provides contextual information about a component, such as its container and property descriptor.
culture (CultureInfo)
Provides information about a specific culture (called a "locale" for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, and formatting for dates and sort strings.>
value (Object)

[Missing <param name="value"/> documentation for "M:OrgChart.Core.CommandBar.NavBarSettingsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"]

destinationType (Type)
target type
Return Value

[Missing <returns> documentation for M:OrgChart.Core.CommandBar.NavBarSettingsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)]

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)