String..::..IndexOf Method (String)
Reports the zero-based index of the first occurrence of the specified string in this instance.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public int IndexOf( string searchValue )
<TemplateAttribute> _ Public Function IndexOf ( _ searchValue As String _ ) As Integer
[TemplateAttribute] public: int^ IndexOf( String^ searchValue )
Parameters
- searchValue
- Type: System..::..String