Opc.Ua.Core
Peek(String) Method



Opc.Ua Namespace > XmlDecoder Class > Peek Method : Peek(String) Method
Returns true if the specified field is the next element to be extracted.
Syntax
'Declaration
 
Public Overloads Function Peek( _
   ByVal fieldName As String _
) As Boolean
'Usage
 
Dim instance As XmlDecoder
Dim fieldName As String
Dim value As Boolean
 
value = instance.Peek(fieldName)
public bool Peek( 
   string fieldName
)
public:
bool Peek( 
   String^ fieldName
) 

Parameters

fieldName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

XmlDecoder Class
XmlDecoder Members
Overload List