Click or drag to resize

IArrayBufferViewGetBytes Method

Creates a byte array containing a copy of the view's contents.

Namespace:  Microsoft.ClearScript.JavaScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.4
Syntax
byte[] GetBytes()

Return Value

Type: Byte
A new byte array containing a copy of the view's contents.
See Also