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)
ParameterTypeDescription
ipStringStringA string to parse.

ReturnValue

An instance of the IPAddress class.

See Also