Feedback
Scalar values can be parsed without exception-driven control flow
- Status
- Fixed
- Fixed in
- v26.7.5
- Source discussion
- https://forum.objo.dev/d/680-throw-information-need-to-be-more-visual
- Last updated
- 2026-07-25
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add TryParse methods for scalar values so applications can validate user input without catching exceptions. The method should report success as a Boolean and return the parsed value through a ByRef argument.