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