IrcStringTypeConverter CanConvertFrom Method NetIRC2 IRC Client Library for .NET
Returns whether this converter can convert an object of the given type to the type of this converter, 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 CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)

Return Value

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