Determines whether the ending of this string instance matches the specified string. This method is culture safe - it fixes some problems with different cultures.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- value
- Type: System String
String object
- str
- Type: System String
The string to compare
- ignoreCase
- Type: System Boolean
If true comparison is case insensitive
Return Value
Type: BooleanSee Also