Options
All
  • Public
  • Public/Protected
  • All
Menu

This class to provide type conversion methods

Hierarchy

  • ParseUtil

Index

Constructors

Methods

Constructors

Methods

  • toNumber(value: any): number
  • This method convert string type numeric value into integer type

    example
    toNumber('123');
    

    Parameters

    • value: any

      any type of value

    Returns number

    • parsed numeric value

Generated using TypeDoc