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