LinqSqlMethodsContains Method |
Returns true if the given string contains the given substring
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax public static bool Contains(
string text,
string substring
)
Parameters
- text
- Type: SystemString
Text to check - substring
- Type: SystemString
Substring to check
Return Value
Type:
BooleanSee Also