Trails Packages
    Preparing search index...

    Interface NumberParserService

    A service that allows to parse numbers from strings according to the current locale.

    interface NumberParserService {
        parseNumber(numberString: string): number;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Parses a number from a string according to the current locale.

      Parameters

      • numberString: string

      Returns number