ParseMaybeIntExtension extension
Provides methods for converting an integer to a string and vice versa with error handling.
Methods
-
mutableString(
) → MutableCell< String> -
Available on MaybeCell<
Return a cell which evaluates to a string representation of this cell's value.int> , provided by the ParseMaybeIntExtension extension