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

srcArray
srcType
dstType
convertor

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function CastArray( _
   ByVal srcArray As Array, _
   ByVal srcType As BuiltInType, _
   ByVal dstType As BuiltInType, _
   ByVal convertor As TypeInfo.CastArrayElementHandler _
) As Array
C# 
public static Array CastArray( 
   Array srcArray,
   BuiltInType srcType,
   BuiltInType dstType,
   TypeInfo.CastArrayElementHandler convertor
)

Parameters

srcArray
srcType
dstType
convertor

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.