Initializes the new instance from an array of bytes.
Initializes the new instance to a repeated byte value.
public ByteString(byte,int);
Initializes the new instance from an array of bytes.
public ByteString(byte[]);
Initializes the new instance from an array of bytes.
public ByteString(byte[],int,int);
Initializes the new instance from a string.
public ByteString(string);
Initializes the new instance from a string, with a specified encoding.
public ByteString(string,string);
ByteString Class | Hunny.Base Namespace