Optimize ToString() for byte, ushort, uint and ulong (dotnet/coreclr#27056)
commit12ff246297a01ebf9cd36460d8b12cd3933fe8f3
authorEgor Bogatov <egorbo@gmail.com>
Wed, 9 Oct 2019 00:02:45 +0000 (9 03:02 +0300)
committerMarek Safar <marek.safar@gmail.com>
Wed, 9 Oct 2019 07:25:18 +0000 (9 09:25 +0200)
tree7a36c3a7792db98eb7881ca2cfb531d44ba15f3e
parent28b3446d9eb433a23b595996d4a32dcea5f46b14
Optimize ToString() for byte, ushort, uint and ulong (dotnet/coreclr#27056)

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