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