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