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