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.4.5
Syntax
byte[] GetBytes()

Return Value

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