Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Stores Namespace / BannedIP Class / ConvertToDotted Method
The long integer representation of an IP address.
In This Topic
    ConvertToDotted Method
    In This Topic
    Converts the long IP number to dotted IP number.
    Syntax
    public static string ConvertToDotted( 
       long ipNumber
    )

    Parameters

    ipNumber
    The long integer representation of an IP address.

    Return Value

    Returns a string containing the dotted IP number.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also