4 references to HexToInt
Microsoft.TestPlatform.CommunicationUtilities (4)
Json\Jsonite\Jsonite.cs (4)
623
var value =
HexToInt
(c);
627
value = (value << 4) |
HexToInt
(c);
631
value = (value << 4) |
HexToInt
(c);
635
value = (value << 4) |
HexToInt
(c);