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