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