Hunny Software Library Reference

ByteString.ToByteArray Method

Copies the bytes in this instance to a byte array

Overload List

Copies the bytes in this instance to a byte array

public byte[] ToByteArray();

Copies the bytes in a specified substring in this instance to a byte array

public byte[] ToByteArray(int,int);

See Also

ByteString Class | Hunny.Base Namespace