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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public static bool EndsWith(
	string text,
	string suffix
)

Parameters

text
Type: SystemString
Text to check
suffix
Type: SystemString
Suffix to check

Return Value

Type: Boolean
See Also