Closed stefan8893 closed 1 month ago
Right now, there are two methods CanParse and Parse. However, there is too much repetition in these methods. Therefore they should be combined to one with the name TryParse.
CanParse
Parse
TryParse
Right now, there are two methods
CanParse
andParse
. However, there is too much repetition in these methods. Therefore they should be combined to one with the nameTryParse
.