@serenity-is/corelib / stringFormatLocale
Function: stringFormatLocale()
stringFormatLocale(
l,format, ...prm):string
Defined in: src/base/formatting.ts:232
Formats a string with parameters similar to .NET's String.Format function using the locale passed as the first argument.
Parameters
l
format
string
prm
...any[]
Returns
string