EasyUA Reference
ReadString(String,Int32) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BinaryDecoder Class > ReadString Method : ReadString(String,Int32) Method

fieldName
maxStringLength

Glossary Item Box

Reads a string from the stream (throws an exception if its length exceeds the limit specified).

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BinaryDecoder
Dim fieldName As String
Dim maxStringLength As Integer
Dim value As String
 
value = instance.ReadString(fieldName, maxStringLength)
C# 
public string ReadString( 
   string fieldName,
   int maxStringLength
)

Parameters

fieldName
maxStringLength

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.