```
Minimizes code duplication and improves function naming by having
a single (overloaded) convenience function that both checks if
the parameter is a non-string parameter and automatically parses the
value if so.
```
Backport of [[https://github.com/bitcoin/bitcoin/pull/26506 | core#26506]].