IrcString   Conversion (IrcString to String)NetIRC2 IRC Client Library for .NET
Casts the IRC string to a .NET string using UTF-8 encoding.

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

public static implicit operator string (
	IrcString string
)

Return Value

A .NET string.
See Also