Opc.Ua.Core
ToArray Method (ExtensionObject)



Opc.Ua Namespace > ExtensionObject Class : ToArray Method
The array to convert.
The type of each element.
Converts an array of extension objects to an array of the specified type.
Syntax
'Declaration
 
Public Shared Function ToArray( _
   ByVal source As Object, _
   ByVal elementType As Type _
) As Array
'Usage
 
Dim source As Object
Dim elementType As Type
Dim value As Array
 
value = ExtensionObject.ToArray(source, elementType)
public static Array ToArray( 
   object source,
   Type elementType
)
public:
static Array^ ToArray( 
   Object^ source,
   Type^ elementType
) 

Parameters

source
The array to convert.
elementType
The type of each element.

Return Value

The new array
Remarks
Will add null elements if individual elements cannot be converted.
Requirements

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

See Also

Reference

ExtensionObject Class
ExtensionObject Members