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

In This Topic
    IsIpAddressV4 Method
    In This Topic
    Conver an IP Address from string to integer.
    Syntax
    'Declaration
     
    
    Public Shared Function IsIpAddressV4( _
       ByVal ipAddress As String _
    ) As Boolean
    public static bool IsIpAddressV4( 
       string ipAddress
    )

    Parameters

    ipAddress
    See Also