Hunny Software Library Reference

ByteString.ToByteArray Method ()

Copies the bytes in this instance to a byte array

[Visual Basic]
Overloads Public Function ToByteArray() As Byte()
[C#]
public byte[] ToByteArray();

Return Value

new byte array containing the bytes of the byte string

See Also

ByteString Class | Hunny.Base Namespace | ByteString.ToByteArray Overload List