ComponentOne DataGrid for WPF and Silverlight
ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method

C1.Silverlight.DataGrid Namespace > StringListConverter Class > ConvertTo Method : ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
An object that provides a format context.
The System.Globalization.CultureInfo to use as the current culture.
The object to convert.
The type to convert the object to.
Converts the specified value object to the specified type.
Syntax
'Declaration
 
Public Overloads Overrides Function ConvertTo( _
   ByVal context As System.ComponentModel.ITypeDescriptorContext, _
   ByVal culture As System.Globalization.CultureInfo, _
   ByVal value As System.Object, _
   ByVal destinationType As System.Type _
) As System.Object
public override System.object ConvertTo( 
   System.ComponentModel.ITypeDescriptorContext context,
   System.Globalization.CultureInfo culture,
   System.object value,
   System.Type destinationType
)

Parameters

context
An object that provides a format context.
culture
The System.Globalization.CultureInfo to use as the current culture.
value
The object to convert.
destinationType
The type to convert the object to.

Return Value

The converted object.
See Also

Reference

StringListConverter Class
StringListConverter Members
Overload List