Method ToByteArray
- Namespace
- DotNetBrowser.Js.Collections
- Assembly
- DotNetBrowser.dll
ToByteArray()
Copies the contents of the IJsArrayBuffer to a new byte array.
byte[] ToByteArray()
Returns
- byte[]
An array containing copy of the data in IJsArrayBuffer.
Exceptions
- ObjectDisposedException
The IJsArrayBuffer has already been disposed.