Converts the given object to the type of this converter, using the specified context and culture information.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public override Object ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, Object value ) |
Visual Basic (Declaration) |
---|
Public Overrides Function ConvertFrom ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object _ ) As Object |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
- Type: System.Globalization..::..CultureInfo
The CultureInfo to use as the current culture.
- value
- Type: System..::..Object
The Object to convert.