bitburner-src/markdown/bitburner.ns.vsprintf.md
Andriy Mykhaylyk d2ea934c8e
change defs
2022-01-12 13:51:21 +01:00

33 lines
678 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [NS](./bitburner.ns.md) &gt; [vsprintf](./bitburner.ns.vsprintf.md)
## NS.vsprintf() method
Format a string with an array of arguments.
<b>Signature:</b>
```typescript
vsprintf(format: string, args: any[]): string;
```
## Parameters
| Parameter | Type | Description |
| --------- | ------- | -------------------- |
| format | string | String to format. |
| args | any\[\] | Formating arguments. |
<b>Returns:</b>
string
Formated text.
## Remarks
RAM cost: 0 GB
see: https://github.com/alexei/sprintf.js