|
Message Manager
C4Messages.h
MessageMgr::AddressToStringGenerates a text string corresponding to a network address.Prototype
Parameters
Description
The AddressToString function generates a text representation of the network address given by the address parameter. If the includePort parameter is true, then the returned string has the form ip1.ip2.ip3.ip4:port. If includePort is false, then the returned string does not include the port number and has the form ip1.ip2.ip3.ip4.
See Also
MessageMgr::StringToAddress
NetworkAddress
String
|