<!-- 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; [noBom](./core.utf16.nobom.md)

## Utf16.noBom property

Strips a Byte-Order-Mark (BOM) from the UTF16 string.

<b>Signature:</b>

```typescript
static noBom: (s: Utf16String) => Utf16String;
```
