<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Base64](./core.base64.md) &gt; [fromUtf16](./core.base64.fromutf16.md)

## Base64.fromUtf16 property

Encodes a UTF16 string to a Base64-encoded string.

<b>Signature:</b>

```typescript
static fromUtf16: (s: Utf16String) => Base64String;
```
