Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 610 Bytes

bitburner.ns.sprintf.md

File metadata and controls

33 lines (19 loc) · 610 Bytes

Home > bitburner > NS > sprintf

NS.sprintf() method

Format a string.

Signature:

sprintf(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

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