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.3
SyntaxFunction GetBytes As Byte()
array<unsigned char>^ GetBytes()
abstract GetBytes : unit -> byte[]
Return Value
Type:
ByteA new byte array containing a copy of the view's contents.
See Also