mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-13 03:03:54 +01:00
06a985bdf8
This reverts commit bbb6e3f309935aebac74ddb1fbeec12dfb7540b1.
634 B
634 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