Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / AlwaysConvert Class / ToIPV4 Method
The IP to verify
In This Topic
    ToIPV4 Method
    In This Topic
    Makes sure an IP address is in valid IPV4 decimal dot notation
    Syntax
    public static string ToIPV4( 
       string remoteIP
    )

    Parameters

    remoteIP
    The IP to verify

    Return Value

    An decimal dot #.#.#.# formatted address.
    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