OPCDA.NET Reference Manual
ArrayToMultiLineString Method
See Also  Send Feedback
OpcDaNetUA.Net4 Assembly > OPCDA.NET Namespace > OpcDataBind Class : ArrayToMultiLineString Method

item
Subscription data for the item.
val
Current array type item value.

Glossary Item Box

This method is intended for use in DataBind Extension callback handlers.
The array type item value is converted into a string with one value per line.

Syntax

Visual Basic (Declaration) 
Public Function ArrayToMultiLineString( _
   ByVal item As Subscription, _
   ByVal val As Object _
) As String
C# 
public string ArrayToMultiLineString( 
   Subscription item,
   object val
)

Parameters

item
Subscription data for the item.
val
Current array type item value.

Return Value

HRESULT success/error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

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