bitburner-src/markdown/bitburner.ns.vsprintf.md

638 B

Home > bitburner > NS > vsprintf

NS.vsprintf() method

Format a string with an array of arguments.

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

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