Interface Converter

Hierarchy

  • Converter
  • Accepts an input string of the specified locale and returns a string formatted to the output locale.

    Parameters

    • input: string

      The value to convert. The input locale is supplied as the locale argument to the ConverterFactory.

    • Optional outputLocale: string

      The locale of the return value; defaults to "en-US".

    Returns string

Generated using TypeDoc