| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ITypeTable Dim encodingId As ExpandedNodeId Dim datatypeId As ExpandedNodeId Dim value As Boolean value = instance.IsEncodingOf(encodingId, datatypeId) | |
| C# | |
|---|---|
| bool IsEncodingOf( ExpandedNodeId encodingId, ExpandedNodeId datatypeId ) | |
Parameters
- encodingId
- The id the encoding node .
- datatypeId
- The id of the DataType node.
Return Value
true if encodingId is encoding of the datatypeId; otherwise, false.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    