I started to make a little app with VS 2012.
The app should download html code and should just copy a little part of the webpage.
Normally I use the ‘Mid function’, but in VS 2012 I can’t find it.
Does anybody know how I could get a specific part of an webpage?
I started to make a little app with VS 2012. The app should download
Share
You can make use of
string.SubstringLike:
For example to take 5 characters starting from the 20th character in the string.