I have a variable consisting of multiplication by two variables
var EstimatedTotal = GetNumeric(ServiceLevel) * GetNumeric(EstimatedCoreHours);
Is this possible, and if so, how or what function is designed to format this currency? I searched only Google, but I could not find the function, and the only ways I saw were really very long.
source
share