IpAddressParse Method |
Namespace: Network.Sim.Network.Ip
public static byte[] Parse( string address )
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the address argument is null. |
ArgumentException | Thrown if the specified string does not contain a valid IP-Address in dot-decimal notation. |