Reports the index of the first occurrence of the specified char in this instance. The search starts at a specified character position. 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.1.5347.20411)
Parameters
- value
- Type:
System String
Value object
- chr
- Type:
System Char
Char to find
- index
- Type:
System Int32
The search starting position
Return Value
Type:
See Also