@digitalpersona/core
Version:
DigitalPersona Web Access Core library
14 lines (8 loc) • 382 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@digitalpersona/core](./core.md) > [Utf8](./core.utf8.md) > [withBom](./core.utf8.withbom.md)
## Utf8.withBom property
Appends Byte-Order-Mark (BOM) to the UTF8 string.
<b>Signature:</b>
```typescript
static withBom: (s: Utf8String) => Utf8String;
```