IrcStringTypeConverter ConvertFrom Method NetIRC2 IRC Client Library for .NET
Converts the given object to the type of this converter, using the specified context and culture information.

Namespace: NetIrc2.Details
Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Return Value

An OnlineObject that represents the converted value.
Exceptions

See Also