Convert float value to currency
Source position: fpexprpars.pp line 438
public procedure TFloatToCurrencyNode.GetNodeValue( |
var Result: TFPExpressionResult |
); override; |
Result |
|
Returns the converted currency value |
The GetNodeValue method performs the actual conversion of a floating-point value to a currency value, applying appropriate rounding and precision rules to ensure accurate currency representation.