ParseMaybeNumExtension extension

Provides methods for converting a num to a string and vice versa with error handling.

on

Methods

mutableString({NumberFormat? format}) MutableCell<String>

Available on MaybeCell<num>, provided by the ParseMaybeNumExtension extension

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