| Version11MigrationControllerBetween Method |
Search for a string between two strings
Namespace:
Omada.OE.AppLogic.Migration
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic string Between(
string STR,
string FirstString,
string LastString
)
Parameters
- STR
- Type: SystemString
The result of the function - FirstString
- Type: SystemString
- LastString
- Type: SystemString
Return Value
Type:
StringThe string found be looking for the substring between FirstString and LastString
See Also