Use StringBuilder.Append(Char) instead of converting char to string (#32686)
authorAlaa Masoud <alaa.masoud@live.com>
Sat, 22 Feb 2020 20:04:16 +0000 (23:04 +0300)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2020 20:04:16 +0000 (15:04 -0500)
commit9f4f3f8ec970c4e2f7d1e3155e3c2573c2b16508
tree63f1ccdf917bc20e2b59588e710534365b3a8abd
parent30543a043066689714a24d58206c28153d7fb826
Use StringBuilder.Append(Char) instead of converting char to string (#32686)

* Use StringBuilder.Append(Char) instead of converting char to string

* revert unused local removal
src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/SAM/SAMUtils.cs