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