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

In This Topic
    LocationFromIPV6Number Method
    In This Topic
    Getting geographical location from an IPv6 number.
    Syntax
    'Declaration
     
    
    Public Function LocationFromIPV6Number( _
       ByVal ipNumber As Decimal _
    ) As GeoLocation
    public GeoLocation LocationFromIPV6Number( 
       decimal ipNumber
    )

    Parameters

    ipNumber
    a System.Int64 number represent an IP Address

    Return Value

    See Also