'Declaration
Public 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)
public UAIndexRangeList Parse( string formattedText )
public: UAIndexRangeList^ Parse( String^ formattedText )
Parameters
- formattedText
- Formatted text of the index range list.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
Returns the OPC-UA index range list object parsed from the input value.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).