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

In This Topic
    IsIpAddressV6 Method
    In This Topic
    Check whether given IP Address is IPv6 or not.
    Syntax
    'Declaration
     
    
    Public Shared Function IsIpAddressV6( _
       ByVal ipAddress As String _
    ) As Boolean
    public static bool IsIpAddressV6( 
       string ipAddress
    )

    Parameters

    ipAddress
    See Also