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[] | Formating arguments. |
Returns:
string
Formated text.
RAM cost: 0 GB