IrcIdentity   Conversion (IrcIdentity to IrcString)NetIRC2 IRC Client Library for .NET
Converts an IRC identity into an IRC string.

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

public static implicit operator IrcString (
	IrcIdentity identity
)

Return Value

The IRC string.
See Also