bitburner-src/markdown/bitburner.ns.sprintf.md
Andriy Mykhaylyk d2ea934c8e
change defs
2022-01-12 13:51:21 +01:00

650 B

Home > bitburner > NS > sprintf

NS.sprintf() method

Format a string.

Signature:

sprintf(format: string, ...args: any[]): string;

Parameters

Parameter Type Description
format string String to format.
args any[] Formating arguments.

Returns:

string

Formated text.

Remarks

RAM cost: 0 GB

see: https://github.com/alexei/sprintf.js