Click or drag to resize

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
Syntax
C#
public 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: String
The string found be looking for the substring between FirstString and LastString
See Also