ParseDoubleExtension extension

Provides methods for converting a double to a string and vice versa.

on

Methods

mutableString({ValueCell<double> errorValue = const ValueCell.value(0.0), NumberFormat? format}) MutableCell<String>

Available on MutableCell<double>, provided by the ParseDoubleExtension extension

Return a cell which evaluates to a string representation of this cell's value.