Hunny Software Library Reference

ByteString Constructor

Initializes the new instance from an array of bytes.

Overload List

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);

See Also

ByteString Class | Hunny.Base Namespace