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.