stringValue property

String? stringValue
getter/setter pair

The String representation of value. It could be changed according to other parameters of the property (e.g. significantFigures, removeTrailingZeros and useScientificNotation).

Implementation

String? stringValue;