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