API Reference > imodeljs-Quantity > Quantity > Parser > parseIntoQuantity parseIntoQuantity MethodStatic Async method to generate a Quantity given a string that represents a quantity value and likely a unit label. parseIntoQuantity(inString: string, format: Format, unitsProvider: UnitsProvider): Promise<QuantityProps> Parameter Type Description inString string A string that contains text represent a quantity. format Format Defines the likely format of inString. unitsProvider UnitsProvider required to look up units that may be specified in inString Returns - Promise<QuantityProps> Defined in quantity/src/Parser.ts Line 420 Last Updated: 11 June, 2024