R
Russ Ryba
Hi,
I'm wondering what the fastest way to Check if an IP is in a given range?
Right now I convert the address to a string (192.168.X.X type) and then
parse the string to see if a given string is in the range. I know with
the data conversion I'm doing I must be going quite slow.
Is there a way to check using just the System.Net.IPAddress found in an
AddressList without converting to string?
Thanks,
- Russ
I'm wondering what the fastest way to Check if an IP is in a given range?
Right now I convert the address to a string (192.168.X.X type) and then
parse the string to see if a given string is in the range. I know with
the data conversion I'm doing I must be going quite slow.
Is there a way to check using just the System.Net.IPAddress found in an
AddressList without converting to string?
Thanks,
- Russ