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

Inputs/Outputs
![]() net address is the unsigned numeric representation of the dot-notation format representation of the IP network address you want to convert. ![]() 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 is the string equivalent of net address. |