|
16
|
|
|
How to convert an IP IPv4 address into a integer in C#?
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 IP IPv4 address into an Integer. Bonus points available for a function that will do the opposite.
Solution should be in C#.net
Many Thanks
Stephen.
|
|
|
|
15
|
|
|
How to convert an IP address into an a integer in C#?
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 IP address into an Integer. Bonus points available for a function that will do the opposite.
The solution
Solution should be in C#.
exact duplicate: http://stackoverflow.com/questions/36831/how-do-you-parse-an-ip-address-string-in-cC#.net
Many Thanks
Stephen
|
|
|
|
14
|
|
edited Jan 24 '09 at 20:51
|
|
|
|
|
|
13
|
|
edited Jan 24 '09 at 20:40
|
|
|
|
|
|
12
|
|
edited Jan 23 '09 at 12:01
|
|
|
|
|
|
11
|
|
edited Jan 20 '09 at 16:00
|
|
|
|
|
|
10
|
|
edited Jan 20 '09 at 15:54
|
|
|
|
|
|
9
|
|
edited Jan 20 '09 at 15:54
|
|
|
|
|
|
8
|
|
edited Jan 20 '09 at 15:50
|
|
|
|
|
|
7
|
|
edited Jan 20 '09 at 15:48
|
|
|
|
|
|
6
|
|
edited Jan 20 '09 at 15:48
|
How to convert an IP address into a an integer in C#?
|
|
|
|
5
|
|
edited Jan 20 '09 at 15:44
|
|
|
|
|
|
4
|
|
edited Jan 20 '09 at 15:38
|
|
|
|
|
|
3
|
|
edited Jan 20 '09 at 15:30
|
|
|
|
|
|
2
|
|
edited Jan 20 '09 at 15:28
|
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 IP address into an Integer. Bonus points available for a function that will do the opposite.
Solution
The solution should be in C#.net
Many Thanks
StephenC#.
|
|
|
|
1
|
|
asked Jan 20 '09 at 15:25
|
How to convert an IP address into a integer in C#?
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 IP address into an Integer. Bonus points available for a function that will do the opposite.
Solution should be in C#.net
Many Thanks
Stephen
|
|
|