Overload | Description |
---|---|
FindString(String,Int32) | Finds all items in the list that starts with the specified string. |
FindString(String,Int32,Int32) | Finds the first item after the given index which starts with the given string. |
FindString(String,String) | Finds all items in the list that starts with the specified string based on the specific text format. |
FindString(String,Int32,String) | Finds the first item after the given index which starts with the given string based on the specific TextFormat. |