C# equivalent to VB instr functin - C# / C Sharp
C# equivalent to VB instr functin. C# / C Sharp Forums on Bytes. ... Use the IndexOf method of the String class String str = "longstring"; Int32 i = str.IndexOf("string"); In this case, i = 4. "Brad Markisohn" wrote in message...