Converts an IP network address to a string.


icon

Inputs/Outputs

  • cu32.png net address

    net address is the unsigned numeric representation of the dot-notation format representation of the IP network address you want to convert.

  • cbool.png 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.

  • istr.png name

    name is the string equivalent of net address.