Click or drag to resize

IJsArrayBufferToByteArray Method

Copies the contents of the IJsArrayBuffer to a new byte array.

Namespace:  DotNetBrowser.Js.Collections
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
byte[] ToByteArray()

Return Value

Type: Byte
An array containing copy of the data in IJsArrayBuffer.
Exceptions
ExceptionCondition
ObjectDisposedException The IJsArrayBuffer has already been disposed.
See Also