Converts an IRC identity into an IRC string.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator IrcString ( IrcIdentity identity )
Parameters
- identity
- Type: NetIrc2 IrcIdentity
The IRC identity.
Return Value
The IRC string.See Also