'Declaration
Protected Function ParseSelItemArgToList(Of )( _
ByVal As System.String, _
ByVal As System.Boolean _
) As System.Collections.Generic.List(Of T)
protected System.Collections.Generic.List<T> ParseSelItemArgToList<>(
System.string ,
System.bool
)
protected: System.Collections.Generic.List<T*>* ParseSelItemArgToList<>(
System.string* ,
System.bool
)
Parameters
- sArg
- The input string argument which needs to be parsed and converted to the lsit
- bValidate
- Boolean of true validates the input string argument and throws exceptions for invalid inputs
Type Parameters
- T
- Type of the item to be added to the final list
Return Value
A list of items of the specified type T obtained after parsing and converting the input string argument
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2