Fix Span length in TryFormatUInt64Slow (#34840)
authorAndrew Au <andrewau@microsoft.com>
Wed, 15 Apr 2020 16:00:28 +0000 (09:00 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 16:00:28 +0000 (09:00 -0700)
commitbbc65f5fa3ac9593c3f93b0901187be0da850d89
tree840296c065dc75a215fd75428c30ad7168ee19eb
parent2eef5a3dc0f9afeb07a1aada1c5312fc013b7871
Fix Span length in TryFormatUInt64Slow (#34840)

* Make the Span length right

* Adding a regression test for the span problem

* Avoid dependency on machine locale

* Using customFormat
src/libraries/System.Private.CoreLib/src/System/Number.Formatting.cs
src/libraries/System.Runtime/tests/System/UInt64Tests.cs