- Enhance the conversion of integer options to support parsing octal or hexadecimal format strings
- Added negative format string checking before unsigned integer option's parsing
- Added test cases in the test client 'code_api|client.option_parse'. The new test cases use integer options to parse octal and hexadecimal format strings and unsigned integers to parse the negative format strings.
Issue: #5505