IStringMetadataEndsWith Method |
Returns true if the given string ends with the given suffix
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax bool EndsWith(
string suffix
)
Parameters
- suffix
- Type: SystemString
Suffix to check
Return Value
Type:
BooleanSee Also