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

In This Topic
    IPV4ToNumber Method
    In This Topic
    Convert an IPv4 Address string to integer This method copied from https://lite.ip2location.com/faqs
    Syntax
    'Declaration
     
    
    Public Shared Function IPV4ToNumber( _
       ByVal ipv4 As String _
    ) As Double
    public static double IPV4ToNumber( 
       string ipv4
    )

    Parameters

    ipv4
    See Also