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
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.
Return Value
An Object that represents the converted value.Exceptions
Exception | Condition |
---|---|
System NotSupportedException | The conversion cannot be performed. |
See Also