@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 384 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) > [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;
```