ConvertStringToDouble/FallbackStringToDouble thinks any string is OK #5
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BeRo1985/pasdblstrutils#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It always seems to set OK to true:
Or you could have the functions take an already parsed and syntactically validated number to convert:
Then the functions do not need to parse it again.
Also I just learned that there is a faster way to check if an 8-character string only consists of decimal digits. That might make it faster: