IpAddressParseCIDRNotation Method |
Parses an IP address/netmask combination in CIDR notation.
Namespace: Network.Sim.Network.IpAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Tuple<IpAddress, IpAddress> ParseCIDRNotation(
string ipAddress
)
Parameters
- ipAddress
- Type: SystemString
The network id in CIDR notation.
Return Value
Type:
TupleIpAddress,
IpAddressA tuple containing the IP address as well as subnet mask
constructed from the parsed CIDR string.
See Also