| Visual Basic (Usage) |  Copy Code | 
|---|---|
| Dim instance As ITypeTable Dim expectedTypeId As NodeId Dim value As ExtensionObject Dim value As Boolean value = instance.IsEncodingFor(expectedTypeId, value) | |
| C# | |
|---|---|
| bool IsEncodingFor( NodeId expectedTypeId, ExtensionObject value ) | |
Parameters
- expectedTypeId
- The identifier of the expected type .
- value
- The value.
Return Value
true if the value contained in an extension object value matches the expected data type; otherwise, false.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    