@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 389 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) > [withBom](./core.utf16.withbom.md)
## Utf16.withBom property
Appends Byte-Order-Mark (BOM) to the UTF16 string.
<b>Signature:</b>
```typescript
static withBom: (s: Utf16String) => Utf16String;
```