FunctoidScripts.StringFind(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int StringFind(System::String ^ str, System::String ^ strFind);
public int StringFind (string str, string strFind);
member this.StringFind : string * string -> int
Public Function StringFind (str As String, strFind As String) As Integer
Parameters
- str
- String
- strFind
- String