Allows string-style manipulation of arrays of bytes.
IRC does not define an encoding, so this provides for encoding-agnostic parsing.
System Object NetIrc2 IrcStringNamespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
public sealed class IrcString : IEquatable<IrcString>,
IList<byte>, ICollection<byte>, IEnumerable<byte>, IEnumerable,
ISerializable
<SerializableAttribute> _
Public NotInheritable Class IrcString _
Implements IEquatable(Of IrcString), IList(Of Byte), _
ICollection(Of Byte), IEnumerable(Of Byte), IEnumerable, _
ISerializable
[SerializableAttribute]
public ref class IrcString sealed : IEquatable<IrcString^>,
IList<unsigned char>, ICollection<unsigned char>, IEnumerable<unsigned char>,
IEnumerable, ISerializable
[<SealedAttribute>]
[<SerializableAttribute>]
type IrcString =
class
interface IEquatable<IrcString>
interface IList<byte>
interface ICollection<byte>
interface IEnumerable<byte>
interface IEnumerable
interface ISerializable
end