Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / StringHelper Class / Split Method / Split(String,String) Method
String to be split
String that delimits the substrings in this string.
Version
Split(String,String) Method
Split a string on the given string separator
Syntax
public static string[] Split( 
   string value,
   string separator
)

Parameters

value
String to be split
separator
String that delimits the substrings in this string.

Return Value

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