Converts the given value object to the specified type, using the specified context and culture information.
Namespace: NetIrc2.DetailsAssembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override Object ConvertTo( ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType )
Parameters
- context
- Type:
System.ComponentModel ITypeDescriptorContext
AnITypeDescriptorContext that provides a format context.
- culture
- Type:
System.Globalization CultureInfo
ACultureInfo. If null is passed, the current culture is assumed.
- value
- Type:
System Object
TheObject to convert.
- destinationType
- Type:
System Type
TheType to convert the value parameter to.
Return Value
An
Exceptions
Exception | Condition |
---|---|
![]() | The destinationType parameter is null. |
![]() | The conversion cannot be performed. |
See Also