IPAddressRangeDiscoveryCriteria.ValidAddressFormat(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Verify that the address is a valid ip address format.
public:
static bool ValidAddressFormat(System::String ^ ipAddress);
public static bool ValidAddressFormat (string ipAddress);
static member ValidAddressFormat : string -> bool
Public Shared Function ValidAddressFormat (ipAddress As String) As Boolean
Parameters
- ipAddress
- String
IP address string.
Returns
True if the address is correctly formatted.