Opc.Ua.Core
ReadInt32 Method (XmlDecoder)



Opc.Ua Namespace > XmlDecoder Class : ReadInt32 Method
Reads an int from the stream.
Syntax
'Declaration
 
Public Function ReadInt32( _
   ByVal fieldName As String _
) As Integer
'Usage
 
Dim instance As XmlDecoder
Dim fieldName As String
Dim value As Integer
 
value = instance.ReadInt32(fieldName)
public int ReadInt32( 
   string fieldName
)
public:
int ReadInt32( 
   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