'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.
Return Value
Returns the OPC-UA index range list object parsed from the input value.