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

In This Topic
    IPV6ToNumber Method
    In This Topic
    Convert ip address string into long number. This method copied from https://lite.ip2location.com/faqs
    Syntax
    'Declaration
     
    
    Public Shared Function IPV6ToNumber( _
       ByVal ipv6 As String _
    ) As BigInteger
    public static BigInteger IPV6ToNumber( 
       string ipv6
    )

    Parameters

    ipv6
    See Also