System::Net::IPAddress::Parse method
IPAddress::Parse method
Converts a passed string to an instance of the IPAddress class.
static System::SharedPtr<IPAddress> System::Net::IPAddress::Parse(String ipString)
Parameter | Type | Description |
---|---|---|
ipString | String | A string to parse. |
ReturnValue
An instance of the IPAddress class.
See Also
- Typedef SharedPtr
- Class IPAddress
- Class String
- Class IPAddress
- Namespace System::Net
- Library Aspose.PUB for C++