mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
628 B
628 B
Home > bitburner > NS > vsprintf
NS.vsprintf() method
Format a string with an array of arguments.
Signature:
vsprintf(format: string, args: any[]): string;
Parameters
| Parameter | Type | Description |
|---|---|---|
| format | string | String to format. |
| args | any[] | Formatting arguments. |
Returns:
string
Formatted text.
Remarks
RAM cost: 0 GB