I have this: And i want to put it in this:
string firstTag = "";
So in the end i will get: string firstTag = ""; And if i will use a breakpoint on firstTag i will see only:
This is what i have tried:
public static void test(string filename)
{
filename = @"c:\temp\scoopstest\scooptest.html";
int f = 0;
int startPos = 0;
string firstTag = "<font color="898A8E">";
But i'm getting error on: 898A8E">"