IArrayBufferViewGetBytes Method |
Creates a byte array containing a copy of the view's contents.
Namespace: Microsoft.ClearScript.JavaScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax Function GetBytes As Byte()
array<unsigned char>^ GetBytes()
abstract GetBytes : unit -> byte[]
Return Value
ByteA new byte array containing a copy of the view's contents.
See Also