mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
606 B
606 B
Home > bitburner > NS > vsprintf
NS.vsprintf() method
Complete open source JavaScript sprintf implementation
Signature:
vsprintf(format: string, args: string[]): string;
Parameters
Parameter | Type | Description |
---|---|---|
format | string | String to format. |
args | string[] | Formating arguments. |
Returns:
string
Formated text.
Remarks
RAM cost: 0 GB