3 references to ToByte
mscorlib (1)
system\string.cs (1)
3381return Convert.ToByte(this, provider);
System (2)
net\System\Net\_FtpControlStream.cs (2)
1059int port = Convert.ToByte(parsedList[index--], NumberFormatInfo.InvariantInfo); 1061(Convert.ToByte(parsedList[index--], NumberFormatInfo.InvariantInfo) << 8);