Data.toArray()
Description
Converts to an array of bytes.
Syntax
data.toArray()
Parameters
toArray()
Return Value
An array of numbers where each number represents a byte ranging from 0 to 255.
Converts to an array of bytes.
data.toArray()
toArray()
An array of numbers where each number represents a byte ranging from 0 to 255.