String's Find Method?

  • Thread starter Thread starter Bruno Rodrigues
  • Start date Start date
B

Bruno Rodrigues

Hi,

There is a "Find" method for string objects in .NET Framework?

Bruno Rodrigues
 
Check String.IndexOf(Any) and maybe Regex.Match methods
Which to use depends on what you want to find.

hth
Alex
 
Back
Top