@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 383 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Utf16](./core.utf16.md) > [fromUtf8](./core.utf16.fromutf8.md)
## Utf16.fromUtf8 property
Converts a UTF8 string to a UTF16 string.
<b>Signature:</b>
```typescript
static fromUtf8: (s: Utf8String) => Utf16String;
```