TextUtilsGetSeparatedNames Method |
Retrieves a separated and cleaned list of names from a (comma|blank|...)-separated string.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static List<string> GetSeparatedNames(
string commaSeparatedNames,
params char[] aSeparators
)
Parameters
- commaSeparatedNames
- Type: SystemString
A string containing a separated list of names, e.g. "One, Two, Three" or "Create Update Destroy". - aSeparators
- Type: SystemChar
One or more separator characters.
Return Value
Type:
ListStringThe separated and cleaned list of names.
See Also