Click or drag to resize

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

Return Value

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