Bluestep JS Documentation
    Preparing search index...

    Class MessageFormat

    Provides a means to produce concatenated messages in a language-neutral way. Use this to construct messages displayed for end users.

    See java.text.MessageFormat for full documentation

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • obj: any

      Returns string

    • Parses text from the beginning of the given string to produce an object array.

      Parameters

      • sourceStr: string

      Returns any[]

    • Parses text from a string to produce an object array.

      Parameters

      • source: string

      Returns any