3 references to ToByte
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\DeobfuscatingStream.cs (1)
349
guidBytes[i] = Convert.
ToByte
(wellFormedGuidString.Substring(i * 2, 2), 16);
System (1)
compmod\system\componentmodel\ByteConverter.cs (1)
40
return Convert.
ToByte
(value, radix);
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
357
location.Value = Convert.
ToByte
(RemoveHexadecimalPrefix(value), Convert.ToInt32(stringRadix, CultureInfo.InvariantCulture));