ParseIntExtension extension
Provides methods for converting an integer to a string and vice versa.
- on
Methods
-
mutableString(
{ValueCell< int> errorValue = const ValueCell.value(0)}) → MutableCell<String> -
Available on MutableCell<
Return a cell which evaluates to a string representation of this cell's value.int> , provided by the ParseIntExtension extension