5 references to ToByte
Microsoft.DotNet.SignTool (1)
src\ContentUtil.cs (1)
58
bytes[i / 2] = Convert.
ToByte
(hash.Substring(i, 2), 16);
PresentationCore (1)
MS\Internal\IO\Packaging\DeobfuscatingStream.cs (1)
340
guidBytes[i] = Convert.
ToByte
(wellFormedGuidString.Substring(i * 2, 2), 16);
ReachFramework (1)
Serialization\XpsFontSubsetter.cs (1)
685
guidByteArray[i] = Convert.
ToByte
(guidString.Substring(i * 2, 2), 16);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\ByteConverter.cs (1)
22
internal override object FromString(string value, int radix) => Convert.
ToByte
(value, radix);
TlsFeaturesObserve (1)
HttpSys\HttpSysConfigurator.cs (1)
80
bytes[i / 2] = Convert.
ToByte
(thumbprint.Substring(i, 2), 16);