Click or drag to resize
IStringMetadataEndsWith Method
Returns true if the given string ends with the given suffix

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
bool EndsWith(
	string suffix
)

Parameters

suffix
Type: SystemString
Suffix to check

Return Value

Type: Boolean
See Also