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

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

Glossary Item Box

This method is intended for use in DataBind Extension callback handlers.
Transform the value if it's a numeric type. The tarnsformation is done with the parameters defined int the DataBind Format definition.

Syntax

Visual Basic (Declaration) 
Public Sub Transform( _
   ByVal item As Subscription, _
   ByRef val As Object _
) 
C# 
public void Transform( 
   Subscription item,
   ref object val
)

Parameters

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

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.