-
Notifications
You must be signed in to change notification settings - Fork 36
SplitString Function
Nilesh Ghodekar edited this page Jan 8, 2016
·
2 revisions
List<string> SplitString(input:string, separator:string, [count:integer])
Splits the string into substring delimited by the specified separator.
If the first input parameter (input string) is null, an exception is thrown. If the second input parameter (separator) is null, white-space characters are assumed to be the delimiters. If the count parameter is zero, an empty list is returned.
2.14.611.0 and later
SplitString([//Target/ADDN],",OU=")
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum