DotNetBrowser Documentation
DotNetBrowser Documentation
DotNetBrowser API Reference
DotNetBrowser.Js.Collections
IJsArrayBuffer Interface
IJsArrayBuffer Methods
ToByteArray Method
IJsArrayBuffer
ToByteArray Method
Copies the contents of the
IJsArrayBuffer
to a new byte array.
Namespace:
DotNetBrowser.Js.Collections
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
Copy
byte
[]
ToByteArray
()
Return Value
Type:
Byte
An array containing copy of the data in
IJsArrayBuffer
.
Exceptions
Exception
Condition
ObjectDisposedException
The
IJsArrayBuffer
has already been disposed.
See Also
Reference
IJsArrayBuffer Interface
DotNetBrowser.Js.Collections Namespace
Copyright © 2024 TeamDev Ltd. All Rights Reserved.