I have a list of CIDR Ipv6 addresses
2c0f:fe40:8000::/48
2c0f:feb0::/43
2c0f:feb0:20::/45
How can I get the ip range From - To without use of external libraries (not included in the VS install)? This is not a duplicate of convert cidr to range as my question is refering to the IPv6 notation, not IPv4.
Example:
Input: 2c0f:fe40:8000::/48
Output: 2c0f:fe40:8000:0:0:0:0:0 - 2c0f:fe40:8000:ffff:ffff:ffff:ffff:ffff