Format
methodsReplaces each format item in a specified string with the text equivalent of a corresponding object's value. Uses toString for every format item.
Parameters:formatString
Returns:String
The format 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.
The format string.
The formatted string.