LinqSqlMethodsEndsWith 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 public static bool EndsWith(
string text,
string suffix
)
Parameters
- text
- Type: SystemString
Text to check - suffix
- Type: SystemString
Suffix to check
Return Value
Type:
BooleanSee Also