IrcStringTypeConverter ConvertTo Method NetIRC2 IRC Client Library for .NET
Converts the given value object to the specified type, 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 ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Return Value

An OnlineObject that represents the converted value.
Exceptions

See Also