Returns true if the string ends with any of the given strings
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- value
- Type: System String
Value to check
- comparison
- Type: System StringComparison
Comparison type
- suffixes
- Type: System String
Suffixes to check
Return Value
Type: BooleanSee Also