| 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.Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
 
     
     
     
     
    
    