UNPKG

@digitalpersona/core

Version:
14 lines (8 loc) 383 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@digitalpersona/core](./core.md) &gt; [Utf16](./core.utf16.md) &gt; [fromUtf8](./core.utf16.fromutf8.md) ## Utf16.fromUtf8 property Converts a UTF8 string to a UTF16 string. <b>Signature:</b> ```typescript static fromUtf8: (s: Utf8String) => Utf16String; ```