Skip to content

Latest commit

 

History

History
78 lines (37 loc) · 773 Bytes

File metadata and controls

78 lines (37 loc) · 773 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[]

Formatting arguments.

Returns:

string

Formatted text.

Remarks

RAM cost: 0 GB

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