Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of C#
For more information, please see full course syllabus of C#
C# Working with Strings
Lecture Description
In this lesson our instructor talks about Working with Strings
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
1 answer
Thu Apr 24, 2014 3:15 AM
Post by Timothy Davis on April 23, 2014
Hi Professor Snape, I am enjoying the videos so far. Some of what you are teaching I already know because I am a Computer Science major, and a lot I dont know. I am working on a project for school, and it requires me to parse a line to look for information, and then use that information. Is there a method to search a string for x amount of characters, and then do something with a word located at a certain position in that string?
1 answer
Fri Apr 18, 2014 11:04 PM
Post by Thuy Nguyen on April 18, 2014
Hi Prof Snape,
For the String.Join method, what is the 0, 4 when you wrote
String.Join("|", 0, 4)?