RealToString Method |
Converts a real (double) value to a string.
Signature
RetVal = RealToString(Value, Unit, Precision)
Object
Utility
The object or objects this method applies to.
Value
Double; input-only
The value to be converted.
Unit
AcUnits enum; input-only
acDefaultUnits
acScientific
acDecimal
acEngineering
acArchitectural
acFractional
Precision
Integer; input-only
The precision of the value. An integer between 0 and 8.
RetVal
String
The value as a properly formatted string.
Comments? |