String format(String message, Object... arguments)
String format(String message, Object... arguments)
Name | Type | Description |
---|---|---|
message | String | The String that contains the pattern(s) specified by %s. |
arguments | Object[] | The argument values to substitute.. |
Type | Description |
---|---|
String | with parameters substituted. |