Home > bitburner > NS > vsprintf
Format a string with an array of arguments.
Signature:
vsprintf(format: string, args: any[]): string;|
Parameter |
Type |
Description |
|---|---|---|
|
format |
string |
String to format. |
|
args |
any[] |
Formatting arguments. |
Returns:
string
Formatted text.
RAM cost: 0 GB