BuildMaster SDK Reference
Version:
Split(string input) Method
Splits the specified input string at the positions defined by a regular expression pattern specified in the LazyRegex constructor.
Syntax
public
string[] Split(string input)
Parameters
- input
- Type: string
The string to split.
Returns
An array of strings.
Exceptions
System.ArgumentNullException
|
input is null (Nothing in Visual Basic).
|