2 references to ToHexChar
NuGet.Common (2)
src\nuget-client\build\Shared\EncodingUtility.cs (2)
14
c[outIndex++] =
ToHexChar
(bytes[index] >> 4);
15
c[outIndex++] =
ToHexChar
(bytes[index] & 0x0f);