InventTrackingDimExport::real2String Method [AX 2012]
Converts a real value to a string value that can be included in XML documents.
Syntax
client server public static str real2String(real _value)
Run On
Called
Parameters
- _value
Type: real
The real value to convert.
Return Value
Type: str
A string containing the real value for output to an xml document.