<!-- 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; [fromBase64](./core.utf8.frombase64.md)

## Utf8.fromBase64 property

Decodes a Base64-encoded string to a UTF8 string.

<b>Signature:</b>

```typescript
static fromBase64: (s: Base64String) => Utf8String;
```
