Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I did not know how to start on this, so i would appreciate a point in the right direction. say i have a an iprange in ipv4 or ipv6.

   1.0.32.0 - 1.0.63.255
   2620:0:860:: - 2620:0:860:ffff:ffff:ffff:ffff:ffff

I want to format that to

   a.b.c.d/ee
   a:b:c:d:e:f:g:h:i/jj

via c#. I don't how to start on it. is there any c# classes that i could to to covert such ranges to the given format. any pointers on how to do this?

Thank you very much.

share|improve this question
1  
Related: stackoverflow.com/questions/1470792 (it's the other way around, but it might help get you started) – Heinzi Aug 17 '12 at 6:07
Thank you very much that solves the issue of converting the ipv4.. :) thanks for pointing me to that post :) :) i think i got it :) – user1584241 Aug 17 '12 at 6:09
@Heinzi: Give that as an answer so that OP can accept for other users who reach here can be guided looking for same. – Nikhil Agrawal Aug 17 '12 at 6:34
@NikhilAgrawal: I feel that it is not complete enough for an answer (it does not cover the IPv6 case and it's only a helpful pointer for the IPv4 case), but maybe I'll do it if nobody provides a better answer in reasonable time. – Heinzi Aug 17 '12 at 7:04
Yes. its only for ipv4.. which is 50% of what i need.. i am grateful for his help but it would do wonders if I could get how to do the ipv6 address range to CIDR notation as well :) – user1584241 Aug 17 '12 at 7:59
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.