IrcStringTypeConverter CanConvertTo Method NetIRC2 IRC Client Library for .NET
Returns whether this converter can convert the object to the specified type, using the specified context.

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

public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Return Value

true if this converter can perform the conversion; otherwise, false.
See Also