Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class / Split Method / Split(String,String,StringSplitOptions) Method
String to be split
String that delimits the substrings in this string.
Specify RemoveEmptyEntries to omit empty array elements from the array returned, or None to include empty array elements in the array returned.
In This Topic
    Split(String,String,StringSplitOptions) Method
    In This Topic
    Split a string on the given string separator
    Syntax

    Parameters

    value
    String to be split
    separator
    String that delimits the substrings in this string.
    options
    Specify RemoveEmptyEntries to omit empty array elements from the array returned, or None to include empty array elements in the array returned.

    Return Value

    An array of string tokens
    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