FunctionUtils.TryParseList(Object, IList) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Try to coerce object to IList.
public static bool TryParseList (object value, out System.Collections.IList list);
static member TryParseList : obj * IList -> bool
Public Shared Function TryParseList (value As Object, ByRef list As IList) As Boolean
Parameters
- value
- Object
Value to coerce.
- list
- IList
IList if found.
Returns
true if found IList.