Web API Core | ComponentOne
C1.Web.Api.Visitor.Providers Namespace / Ip2LocationProvider Class / LocationFromIPV4Number Method
a System.Int64 number represent an IP Address

In This Topic
    LocationFromIPV4Number Method
    In This Topic
    Getting geographical location from an IPv4 number.
    Syntax
    'Declaration
     
    
    Public Function LocationFromIPV4Number( _
       ByVal ipNumber As Double _
    ) As GeoLocation
    public GeoLocation LocationFromIPV4Number( 
       double ipNumber
    )

    Parameters

    ipNumber
    a System.Int64 number represent an IP Address

    Return Value

    See Also