Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / UrlHelper Class / ToQueryString Method / ToQueryString(Object,String) Method
the object being serialized
the separator used with enumerable properties
In This Topic
    ToQueryString(Object,String) Method
    In This Topic
    Serializes the properties of an object into query string format
    Syntax
    [Extension()]
    public static string ToQueryString( 
       object request,
       string separator
    )

    Parameters

    request
    the object being serialized
    separator
    the separator used with enumerable properties

    Return Value

    a query string representing the object
    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