UNPKG

@digitalpersona/core

Version:
14 lines (8 loc) 421 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Base64Url](./core.base64url.md) &gt; [fromUtf16](./core.base64url.fromutf16.md) ## Base64Url.fromUtf16 property Converts a UTF16 string to a Base64url-encoded string. <b>Signature:</b> ```typescript static fromUtf16: (s: Utf16String) => Base64UrlString; ```