This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Overload List

Name Description
Public method Static member Split(String, String)
Splits the specified string into a datatable with one column, using the given delimiters.
Public method Static member Split(String, String, array<String>[]()[][])
Splits the specified string into a datatable with the given row- and column-delimiters.
The columns will be numbered using the prefix 'col' (eg. col1, col2, etc...).

See Also

Advanced