<!-- 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; [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;
```
