Commit 0ec98ef
committed
Update TryParse methods to use nullable PreciseNumber
Changed the output parameter type of the TryParse methods in the PreciseNumber class from PreciseNumber to nullable PreciseNumber?. This allows the methods to return null on parsing failure, improving clarity in error handling.1 parent 2213820 commit 0ec98ef
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
764 | 764 | | |
765 | 765 | | |
766 | 766 | | |
767 | | - | |
| 767 | + | |
768 | 768 | | |
769 | 769 | | |
770 | 770 | | |
771 | | - | |
| 771 | + | |
772 | 772 | | |
773 | 773 | | |
774 | 774 | | |
| |||
0 commit comments