IrcString ClassNetIRC2 IRC Client Library for .NET
Allows string-style manipulation of arrays of bytes. IRC does not define an encoding, so this provides for encoding-agnostic parsing.
Inheritance Hierarchy

OnlineSystem Object
  NetIrc2 IrcString

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

[SerializableAttribute]
public sealed class IrcString : IEquatable<IrcString>, 
	IList<byte>, ICollection<byte>, IEnumerable<byte>, IEnumerable, 
	ISerializable
See Also