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