3 references to ToByte
System.Net.Requests (2)
System\Net\FtpControlStream.cs (2)
1072int port = Convert.ToByte(parsedList[index--], NumberFormatInfo.InvariantInfo); 1073port |= (Convert.ToByte(parsedList[index--], NumberFormatInfo.InvariantInfo) << 8);
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.cs (1)
649return Convert.ToByte(this, provider);