![]() |
• Message Manager | ||
|
API Links
Developer Links
|
MessageMgr::StringToAddressDefined in:
Reads a network address from a text string.
C4Messages.hPrototype
Parameters
Description
The StringToAddress function interprets the string given by the text parameter and constructs a NetworkAddress object that holds the corresponding numerical address. The StringToAddress function recognizes text strings of the form ip1.ip2.ip3.ip4:port. If the port component is not present, then the port number in the returned address is set to zero.
See Also
MessageMgr::AddressToString
NetworkAddress
|