ComponentOne DataGrid for WPF and Silverlight
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.

In This Topic
    ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
    In This Topic
    Converts the specified value object to the specified type.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ConvertTo( _
       ByVal context As ITypeDescriptorContext, _
       ByVal culture As CultureInfo, _
       ByVal value As Object, _
       ByVal destinationType As Type _
    ) As Object

    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