Converts the given object to the type of this converter, 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 ConvertFrom( ITypeDescriptorContext context, CultureInfo culture, Object value )
Parameters
- context
- Type:
System.ComponentModel ITypeDescriptorContext
AnITypeDescriptorContext that provides a format context.
- culture
- Type:
System.Globalization CultureInfo
TheCultureInfo to use as the current culture.
- value
- Type:
System Object
TheObject to convert.
Return Value
An
Exceptions
Exception | Condition |
---|---|
![]() | The conversion cannot be performed. |
See Also