Converts list of ID to an array of IDs.
[Visual Basic]
Public Shared Function ParseArray( _
ByVal
values As
String _
) As
ID()
[C#]
public static
ID[] ParseArray(
string values);
Remarks
The list of IDs is seperated by a pipe "|".
See Also
ID Class | Sitecore.Data Namespace