EasyUA Reference
IsEncodingFor(NodeId,Object) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ITypeTable Interface > IsEncodingFor Method : IsEncodingFor(NodeId,Object) Method

expectedTypeId
The expected type id.
value
The value.

Glossary Item Box

Determines if the value is an encoding of the value

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ITypeTable
Dim expectedTypeId As NodeId
Dim value As Object
Dim value As Boolean
 
value = instance.IsEncodingFor(expectedTypeId, value)
C# 
bool IsEncodingFor( 
   NodeId expectedTypeId,
   object value
)

Parameters

expectedTypeId
The expected type id.
value
The value.

Return Value

true the value is an encoding of the value; otherwise, false.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.