CMSDialogHelperGetListFromString Method |
Returns array list from input string.
Namespace: CMS.ExtendedControlsAssembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 8.2.23
Syntax public static ArrayList GetListFromString(
string input
)
Parameters
- input
- Type: SystemString
Input string contains values separated with '|' (value1|value2|...)
Return Value
Type:
ArrayListSee Also