format
Replaces each format item in a specified string with the text equivalent of a corresponding object's value. Uses toString for every format item.
Parameters
format String
The format string.
Returns
String
The formatted string.
Replaces each format item in a specified string with the text equivalent of a corresponding object's value. Uses toString for every format item.
String
The format string.
String
The formatted string.