[This is preliminary documentation and is subject to change.]
The IPAddressUtil type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| AsInt(IPAddress) | Represents an IPv4 address as a signed integer. | |
| AsUInt(IPAddress) | Represents an IPv4 address as an unsigned integer. | |
| IsIP(String) | Checks to see if the specified string is a valid IPv4 address. | |
| IsLocal(IPAddress) | Checks whether an IP address may belong to LAN or localhost (192.168.0.0/16, 10.0.0.0/24, or 127.0.0.0/24). | |
| Match(IPAddress, UInt32, UInt32) | ||
| NetMask(Byte) | ||
| RangeMax(IPAddress, Byte) | ||
| RangeMin(IPAddress, Byte) |