Let's load up the programming guide link and look up the C# String class. Do either of the following:
- Enter Strings in the search bar in the top-left corner of the web page
- Scroll down to Language Sections and click on the Strings link directly:
You should see something like the following for the class description page. Unlike Unity's documentation, the C# reference and scripting information is all bundled up into one, but its saving grace is the subtopic list on the right-hand side. Use it well:
It's extremely important to know where to find help when you're stuck or have a question, so be sure to circle back to this section whenever you hit a roadblock.