| StandardizeIPMask |
| |
Convert IP address to standardized mask |
| |
| Library |
 |
wh::internet/tcpip.whlib |
| |
| Syntax |
 |
PUBLIC STRING FUNCTION StandardizeIPMask (STRING origmask) |
| |
| Description |
 |
Standardize an IP mask such as 2.5.7.* or 6.0.0.0/8 to a form 006.000.000.000/08 (and invalid masks to an empty string) |
| |
| Parameters |
 |
| origmask |
 |
String with original IP address |
 |
|
| |
| Returns |
 |
The standardized ip address |
| |