Function: toUTF16()
toUTF16(
buffer:TypedArray):string
Defined in: utilities.ts:20
Converts a TypedArray to a string.
Parameters
| Parameter | Type | Description |
|---|---|---|
buffer | TypedArray | The buffer to convert |
Returns
string
The generated UTF16 string
toUTF16(
buffer:TypedArray):string
Defined in: utilities.ts:20
Converts a TypedArray to a string.
| Parameter | Type | Description |
|---|---|---|
buffer | TypedArray | The buffer to convert |
string
The generated UTF16 string