Fixing some issues with the decimal parser/formatter (dotnet/coreclr#22070)
commita184818adf1e48412152dfb9e1602bc94098168f
authorTanner Gooding <tagoo@outlook.com>
Thu, 24 Jan 2019 21:58:28 +0000 (24 13:58 -0800)
committerMarek Safar <marek.safar@gmail.com>
Thu, 24 Jan 2019 23:00:06 +0000 (25 00:00 +0100)
tree391bef93710fb53ae527d0c79e5457e762f0e43f
parentea13736f5cdd7d0de89b6096bfe5dae0c70b4a5e
Fixing some issues with the decimal parser/formatter (dotnet/coreclr#22070)

* Fixing the decimal formatting so that -0 prints as 0

* Fixing the decimal parser to consider digits still in the buffer as part of the zero/non-zero tail check

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Number.Formatting.cs
netcore/System.Private.CoreLib/shared/System/Number.Parsing.cs