Add TryFormat methods to {S}Byte, {U}Int16/32/64, and Boolean
authorStephen Toub <stoub@microsoft.com>
Thu, 16 Nov 2017 18:59:51 +0000 (13:59 -0500)
committerStephen Toub <stoub@microsoft.com>
Sat, 18 Nov 2017 22:59:16 +0000 (17:59 -0500)
commiteddf809cabd6de8d9fee5f50f29973db08e6132c
treeb2e7c94ba1d4546cc77f9c29d4d4aa7c997695ee
parentc6f266f55660a40cca2bd8d9bf6d955a6b3eb381
Add TryFormat methods to {S}Byte, {U}Int16/32/64, and Boolean
src/mscorlib/shared/System/Boolean.cs
src/mscorlib/shared/System/Byte.cs
src/mscorlib/shared/System/Int16.cs
src/mscorlib/shared/System/Int32.cs
src/mscorlib/shared/System/Int64.cs
src/mscorlib/shared/System/Number.Formatting.cs
src/mscorlib/shared/System/SByte.cs
src/mscorlib/shared/System/Text/ValueStringBuilder.cs
src/mscorlib/shared/System/UInt16.cs
src/mscorlib/shared/System/UInt32.cs
src/mscorlib/shared/System/UInt64.cs