'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared Function Parse( _ ByVal formattedText As String _ ) As UAIndexRangeList
'Usage
Dim formattedText As String Dim value As UAIndexRangeList value = UAIndexRangeList.Parse(formattedText)
[ElementsNotNull()] [NotNull()] public static UAIndexRangeList Parse( string formattedText )
[ElementsNotNull()] [NotNull()] public: static UAIndexRangeList^ Parse( String^ formattedText )
Parameters
- formattedText
- Expanded text of the index range list.
Return Value
Returns the index range list object parsed from the input value.