Replace string.Format(SR. with SR.Format(SR. (dotnet/coreclr#21763)
authorStephen Toub <stoub@microsoft.com>
Thu, 3 Jan 2019 00:57:17 +0000 (19:57 -0500)
committerGitHub <noreply@github.com>
Thu, 3 Jan 2019 00:57:17 +0000 (19:57 -0500)
commit44d3966fdd4bd865a7f105ef692d9cc2a7cae26a
tree860cb42e10788c08ee71689d91ef719834ac81fc
parent00dd22a3e03ed2188d1b0e1a31def65f22a8a195
Replace string.Format(SR. with SR.Format(SR. (dotnet/coreclr#21763)

We use SR.Format in almost all places where we format resource strings (without a format provider), but there were a few stragglers.

Commit migrated from https://github.com/dotnet/coreclr/commit/369f53ea121798a65b81e6878c739c6bdcaae895
src/libraries/System.Private.CoreLib/src/System/Convert.cs
src/libraries/System.Private.CoreLib/src/System/Threading/ManualResetEventSlim.cs