Converting long ip to quad-dof ip ?

  • Thread starter Thread starter yosh
  • Start date Start date
Y

yosh

Is there any api call to do this faster than a function?
couldnt find any in system.net, i have a function doing
it now but i bet the framework could do it faster for
me... thanks
 
* "yosh said:
Is there any api call to do this faster than a function?
couldnt find any in system.net, i have a function doing
it now but i bet the framework could do it faster for

The 'IPAddress' class didn't help?
 
System.Net.IPAddress. and then what? Cant seem to find
anything that would do what i need in that class.

More suggestions welcome.
 
Back
Top