QuickOPC User's Guide and Reference
Parse Method (_UAIndexRangeListParser)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Parsing.ComTypes Namespace > _UAIndexRangeListParser Interface : Parse Method
Formatted text of the index range list.
Parses a string containing an index range list, and returns a corresponding index range list object.
Syntax
'Declaration
 
<NotNullAttribute()>
<ElementsNotNullAttribute()>
Function Parse( _
   ByVal formattedText As String _
) As UAIndexRangeList
'Usage
 
Dim instance As _UAIndexRangeListParser
Dim formattedText As String
Dim value As UAIndexRangeList
 
value = instance.Parse(formattedText)
[NotNull()]
[ElementsNotNull()]
UAIndexRangeList Parse( 
   string formattedText
)
[NotNull()]
[ElementsNotNull()]
UAIndexRangeList^ Parse( 
   String^ formattedText
) 

Parameters

formattedText
Formatted text of the index range list.

Return Value

Returns the OPC-UA index range list object parsed from the input value.
Exceptions
ExceptionDescription
The string format of the OPC-UA index range list is incorrect.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also