Free C# Tutorials

home
Stay at Home and Learn

The Contains Method in C# .NET

 
Computer Tutorials List

 

 

 

 

 

The contains method can be used if you want to check if a string contains certain characters. It's fairly simple to use. Here's an example:

The Contains method in action

 

After the contains method, you type a pair of round brackets. In between the round brackets, you type the text you're checking for. In our code, we're using an if statement. If it's true that the string contains a "-" character, then some code can be executed.

 

A more complicated, and probably more useful, method that you'll need to know about is called IndexOf. That's the next lesson.

 

<-- The Trim Method | The IndexOf Method in C# -->

<--Back to the C# .NET Contents Page

View all our Home Study Computer Courses