How to convert an IPv4 address into a integer in C#?
- by GateKiller
I was going to attempt to write this function myself but I thought that someone on SO might know the answer :)
I'm basically looking for a function that will convert a standard IPv4 address into an Integer. Bonus points available for a function that will do the opposite.
Solution should be in C#.net.