Opc.Ua.Core
ReadString(String,Int32) Method



Opc.Ua Namespace > BinaryDecoder Class > ReadString Method : ReadString(String,Int32) Method
Reads a string from the stream (throws an exception if its length is invalid or exceeds the limit specified).
Syntax
'Declaration
 
Public Overloads Function ReadString( _
   ByVal fieldName As String, _
   ByVal maxStringLength As Integer _
) As String
'Usage
 
Dim instance As BinaryDecoder
Dim fieldName As String
Dim maxStringLength As Integer
Dim value As String
 
value = instance.ReadString(fieldName, maxStringLength)
public string ReadString( 
   string fieldName,
   int maxStringLength
)
public:
String^ ReadString( 
   String^ fieldName,
   int maxStringLength
) 

Parameters

fieldName
maxStringLength
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

BinaryDecoder Class
BinaryDecoder Members
Overload List