mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 02:28:01 +02:00
Numeric ToString/Parse fixes
This commit is contained in:
parent
f1eca07510
commit
9ca48c26f2
4 changed files with 43 additions and 0 deletions
|
@ -174,6 +174,10 @@ namespace System
|
|||
{
|
||||
// Ignore
|
||||
}
|
||||
else if ((c == '+') && (i == 0))
|
||||
{
|
||||
// Ignore
|
||||
}
|
||||
else
|
||||
return .Err(.InvalidChar(result));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue