<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Utf8](./core.utf8.md) &gt; [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;
```
