Method: Character to numeric integer with default
Function name: tonumber
Parameter list: (CHAR str, INTEGER default)
Return type: INT
What the method does: Converts a character to a numeric integer.
Note: You can code a default value if the character to numeric conversion fails.