FunctoidScripts.StringSubstring(String, 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:
System::String ^ StringSubstring(System::String ^ str, System::String ^ left, System::String ^ right);
public string StringSubstring (string str, string left, string right);
member this.StringSubstring : string * string * string -> string
Public Function StringSubstring (str As String, left As String, right As String) As String
Parameters
- str
- String
- left
- String
- right
- String