Compares the current string with another 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
- strA
- Type:
System String
String source data
- strB
- Type:
System String
String to compare
- ignoreCase
- Type:
System Boolean
If true, compare is case insensitive
Return Value
Type:
See Also