Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 632 Bytes

bitburner.ns.vsprintf.md

File metadata and controls

33 lines (19 loc) · 632 Bytes

Home > bitburner > NS > vsprintf

NS.vsprintf() method

Format a string with an array of arguments.

Signature:

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