Implement internal ISpanFormattable on {U}IntPtr (#44496)
authorStephen Toub <stoub@microsoft.com>
Wed, 11 Nov 2020 03:33:05 +0000 (22:33 -0500)
committerGitHub <noreply@github.com>
Wed, 11 Nov 2020 03:33:05 +0000 (19:33 -0800)
commit0efefa89b6d6534ae4046650b31d3f68096b90aa
treec79a2951f996e06c66cb76af31a2321c626113f6
parent72b7d236ad634c2280c73499ebfc2b594995ec06
Implement internal ISpanFormattable on {U}IntPtr (#44496)

Allows nint and nuint to participate in the same optimizations in string building / formatting as do the other primitives.
src/libraries/System.Private.CoreLib/src/System/IntPtr.cs
src/libraries/System.Private.CoreLib/src/System/UIntPtr.cs