IP To String Function
- Updated2025-07-30
- 2 minute(s) read
Converts an IP network address to a string.

Inputs/Outputs
net address
—
net address is the unsigned numeric representation of the dot-notation format representation of the IP network address you want to convert.
dot notation? (F)
—
dot notation? indicates whether name is in dot-notation format. The default is FALSE, which returns an IP address in the form machinename.domain.com. Dot-notation format returns an IP address in the form 128.0.0.25.
name
—
name is the string equivalent of net address. |
net address
—
dot notation? (F)
—
name
—