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

ParameterTypeDescription
ipStringStringA string to parse.

Return Value

An instance of the IPAddress class.

See Also