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

Re: Converting long ip to quad-dof ip ? by hirf-spam-me-here

hirf-spam-me-here
Fri Oct 24 07:22:49 CDT 2003

* "yosh" <anonymous@discussions.microsoft.com> scripsit:
> 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?

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
<http://www.mvps.org/dotnet>

Re: Converting long ip to quad-dof ip ? by anonymous

anonymous
Fri Oct 24 07:31:35 CDT 2003

System.Net.IPAddress. and then what? Cant seem to find=20
anything that would do what i need in that class.

More suggestions welcome.


>-----Original Message-----
>* "yosh" <anonymous@discussions.microsoft.com> scripsit:
>> Is there any api call to do this faster than a=20
function?=20
>> couldnt find any in system.net, i have a function=20
doing=20
>> it now but i bet the framework could do it faster for=20
>
>The 'IPAddress' class didn't help?
>
>--=20
>Herfried K. Wagner
>MVP =B7 VB Classic, VB.NET
><http://www.mvps.org/dotnet>
>.
>