@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 384 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) > [fromUtf16](./core.utf8.fromutf16.md)
## Utf8.fromUtf16 property
Converts a UTF16 string to a UTF16 string.
<b>Signature:</b>
```typescript
static fromUtf16: (s: Utf16String) => Utf8String;
```