📚 SAP Business One SDK Help

Format_MoneyToString Method
See Also 
inMoney
Amount of money.
inPrecision
Precision type that defines the number of decimal places (up to 6).

Description

Converts a specified amount of money to a string according to a specified precision.

See Formatting sample.

Syntax

Visual Basic
Public Function Format_MoneyToString( _
   ByVal inMoney As Double, _
   ByVal inPrecision As BoMoneyPrecisionTypes _
) As Recordset

Parameters

inMoney
Amount of money.
inPrecision
ValueDescription
mpt_SumAmounts.
mpt_PricePrices.
mpt_RateRates.
mpt_QuantityQuantities.
mpt_PercentPercent.
mpt_MeasureUnits.
mpt_TaxTax.
Precision type that defines the number of decimal places (up to 6).

See Also