IStringMetadataContains Method |
Returns true if the given string contains the given substring
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxbool Contains(
string substring
)
Parameters
- substring
- Type: SystemString
Substring to check
Return Value
Type:
Boolean
See Also