2 references to ToByte
System.ServiceModel.Primitives (2)
Internals\System\Runtime\Remoting\SoapHexBinary.cs (2)
56
bA[i] = (Byte)(
ToByte
(cA[i * 2], value) * 16 +
ToByte
(cA[i * 2 + 1], value));