Creates an IRC string from part of a byte array.
Namespace: NetIrc2Assembly: NetIrc2 (in NetIrc2.dll) Version: 1.0.0.0 (1.0.0.0)
public IrcString(
byte[] buffer,
int startIndex,
int length
)
public IrcString(
byte[] buffer,
int startIndex,
int length
)
Public Sub New ( _
buffer As Byte(), _
startIndex As Integer, _
length As Integer _
)
public:
IrcString(
array<unsigned char>^ buffer,
int startIndex,
int length
)
new :
buffer : byte[] *
startIndex : int *
length : int -> IrcString
new :
buffer : byte[] *
startIndex : int *
length : int -> IrcString
Parameters
- buffer
- Type: System Byte
The array of bytes.
- startIndex
- Type: System Int32
The index of the first byte in the new string.
- length
- Type: System Int32
The number of bytes in the new string.