@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 396 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Utf8](./core.utf8.md) > [fromBytes](./core.utf8.frombytes.md)
## Utf8.fromBytes property
Converts a byte array to a UTF16 string.
<b>Signature:</b>
```typescript
static fromBytes: (bytes: number[] | Uint8Array) => Utf8String;
```