Namespace: DayPilot.Web.Ui.Serialization
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public override Object ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, Object value ) |
Visual Basic |
---|
Public Overrides Function ConvertFrom ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object _ ) As Object |
Visual C++ |
---|
public: virtual Object^ ConvertFrom( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value ) override |
Parameters
- context
- Type: System.ComponentModel..::..ITypeDescriptorContext
- culture
- Type: System.Globalization..::..CultureInfo
- value
- Type: System..::..Object