MainUtil.ConvertArray Method
Converts an array to another type.
[Visual Basic]
Public Shared Function ConvertArray( _
ByVal
array As
Object(), _
ByVal
elementType As
Type _
) As
Object
Parameters
-
array
- An array of objects.
-
elementType
-
Return Value
The converted array of objects.
See Also
MainUtil Class | Sitecore Namespace