Converts the given value object to the specified destination type.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public override Object ConvertTo( ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType ) |
Visual Basic (Declaration) |
---|
Public Overrides Function ConvertTo ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object, _ destinationType As Type _ ) As Object |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
- Type: System.Globalization..::..CultureInfo
A CultureInfo that specifies the culture to which to convert.
- value
- Type: System..::..Object
The Object to convert.
- destinationType
- Type: System..::..Type
The Type to convert the value to.