Function SocketInetNtoA() Professional

Converts a numeric internet address in network byte order to a dotted octet string.

Syntax
SocketInetNtoA( <nIPAddr> ) --> cIPAddr|NIL
Parameters
<nIPAddr>
This is a numeric internet address in network byte order.
Return

The function returns a character string containing the internet address in dottet octet notation ("111.112.113.114"), or NIL in case of an error.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.