Safely parses a string into an integer. If the parsed value is NaN, returns 0.
The string value to parse.
Generated using TypeDoc
Safely parses a string into an integer. If the parsed value is NaN, returns 0.