Click or drag to resize

IArrayBufferGetBytes Method

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

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

Return Value

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