format
Uses this string as a format string and returns a string obtained by substituting the specified arguments, using the default locale.
Uses the provided format as a format string and returns a string obtained by substituting the specified arguments, using the default locale.
Uses this string as a format string and returns a string obtained by substituting the specified arguments, using the specified locale.
Uses this string as a format string and returns a string obtained by substituting the specified arguments,
using the specified locale. If locale is null
then no localization is applied.
Uses the provided format as a format string and returns a string obtained by substituting the specified arguments, using the specified locale.