@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 396 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Utf8](./core.utf8.md) > [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;
```