[This is preliminary documentation and is subject to change.]
Converts string containing various integers delimited with a character
to an arraylist.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
C# |
---|
public static ArrayList ToArrayIdsFromStringIds( string stringList, char delimiter ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToArrayIdsFromStringIds ( _ stringList As String, _ delimiter As Char _ ) As ArrayList |
Visual C++ |
---|
public: static ArrayList^ ToArrayIdsFromStringIds( String^ stringList, wchar_t delimiter ) |
Parameters
- stringList
- Type: System..::.String
The list of delimited integers
- delimiter
- Type: System..::.Char
The delimiter character