CalcValue.ToString

Updated: 14 May 2020

CalcValue.ToString 

Gets a string representation of the CalcValue object. Refer to ‘Tedds Functions’ for more documentation on this function. 


Syntax 

ToString( units, format, precision ) 


Parameters 

 units  Optional units in which to display value, default is base units.  
format    Optional format of the string, default is Fixed.
precision    Optional precision of the string, default is 3 decimal places.


Return Value 

A string representation of the CalcValue object in the specified units, format and precision.