EasyUA Reference
ToSByteCollection Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > SByteCollection Class : ToSByteCollection Method

values
An array of System.SByte values to convert from

Glossary Item Box

Converts an array to a collection.

Syntax

Visual Basic (Usage)Copy Code
Dim values() As SByte
Dim value As SByteCollection
 
value = SByteCollection.ToSByteCollection(values)
C# 
public static SByteCollection ToSByteCollection( 
   sbyte[] values
)

Parameters

values
An array of System.SByte values to convert from

Remarks

Converts an array to a collection.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.