EasyUA Reference
CastArray(Array,BuiltInType,BuiltInType,CastArrayElementHandler) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > TypeInfo Class > CastArray Method : CastArray(Array,BuiltInType,BuiltInType,CastArrayElementHandler) Method

srcArray
The source array.
srcType
The type of the source array.
dstType
The type of the converted array.
convertor
The handler which does the conversion.

Glossary Item Box

Converts the array.

Syntax

Visual Basic (Usage)Copy Code
Dim srcArray As Array
Dim srcType As BuiltInType
Dim dstType As BuiltInType
Dim convertor As TypeInfo.CastArrayElementHandler
Dim value As Array
 
value = TypeInfo.CastArray(srcArray, srcType, dstType, convertor)

Parameters

srcArray
The source array.
srcType
The type of the source array.
dstType
The type of the converted array.
convertor
The handler which does the conversion.

Return Value

The converted array.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.