4 references to Hex
System (4)
net\System\_IPv4Address.cs (4)
194numberBase = Hex; 207if ((numberBase == Decimal || numberBase == Hex) && '0' <= ch && ch <= '9') 215else if (numberBase == Hex && 'a' <= ch && ch <= 'f') 219else if (numberBase == Hex && 'A' <= ch && ch <= 'F')