IrcString ToString Method (Encoding)NetIRC2 IRC Client Library for .NET
Converts to a .NET string using the specified encoding.

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

public string ToString(
	Encoding encoding
)

Parameters

encoding
Type: OnlineSystem.Text Encoding
The encoding to use in the conversion.

Return Value

The converted string.
See Also