Home > bitburner > NS > sprintf
Format a string.
Signature:
sprintf(format: string, ...args: string[]): string;
Parameter | Type | Description |
---|---|---|
format | string | String to format. |
args | string[] | Formating arguments. |
Returns:
string
Formated text.
RAM cost: 0 GB