Web API Core | ComponentOne
C1.Web.Api.Visitor.Utils Namespace / IpAddressUtils Class / IsIpAddress Method

In This Topic
    IsIpAddress Method
    In This Topic
    Check whether given IP Address is a valid IP Address or not.
    Syntax
    'Declaration
     
    
    Public Shared Function IsIpAddress( _
       ByVal ipAddress As String _
    ) As Boolean
    public static bool IsIpAddress( 
       string ipAddress
    )

    Parameters

    ipAddress
    See Also