Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / AlwaysConvert Class / ToList Method
The delimiter character for the list, e.g. comma.
The array of int to convert to list
In This Topic
    ToList Method (AlwaysConvert)
    In This Topic
    Converts an int array into a delimited string list
    Syntax
    public static string ToList( 
       string delimiter,
       IEnumerable<int> intArray
    )

    Parameters

    delimiter
    The delimiter character for the list, e.g. comma.
    intArray
    The array of int to convert to list

    Return Value

    A delimited string containing the values of the array
    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