IPNetwork.ToString Method

Definition

Converts the instance to a string containing the IPNetwork's CIDR notation.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The String containing the IPNetwork's CIDR notation.

Applies to