System::Net::IPAddress::TryParse method
IPAddress::TryParse method
Tries to convert a passed string to an instance of the IPAddress class.
static bool System::Net::IPAddress::TryParse(String ipString, System::SharedPtr<IPAddress> &address)
Parameter | Type | Description |
---|---|---|
ipString | String | A string to parse. |
address | System::SharedPtr<IPAddress>& | An instance where a parsed object will be assigned. |
ReturnValue
True when the parsing is successfully done, otherwise false.
See Also
- Class String
- Typedef SharedPtr
- Class IPAddress
- Class IPAddress
- Namespace System::Net
- Library Aspose.PUB for C++