format()
Formats a value according to the specified type.
format(value: any, ...type: string[]): string;
Summary
This method is called by DeferredString (the result of fmt()), for each L... placeholder in a format string.
Parameters
- value — The value to be formatted
- type — The type of formatting to be performed, possibly with further options
Related
interface DeferredString.I18nProvider static
An interface that provides functionality for translating and formatting strings.
