'Declaration
<NotNullAttribute()> Public Shared Function Parse( _ ByVal formattedText As String _ ) As UAIndexRangeList
'Usage
Dim formattedText As String Dim value As UAIndexRangeList value = UAIndexRangeList.Parse(formattedText)
[NotNull()] public static UAIndexRangeList Parse( string formattedText )
[NotNull()] public: static UAIndexRangeList^ Parse( String^ formattedText )
Parameters
- formattedText
- Expanded text of the index range list.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).
Return Value
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).