S
shapper
Hello,
I have the following code:
StringBuilder paper = new StringBuilder();
paper.AppendLine(string.Format("<div id=""Document""
class=""ScribdIPaper""></div>", client));
In VB.NET "" in a string translates into a ".
In C# this is not working. How can I make this render the "?
Thanks,
Miguel
I have the following code:
StringBuilder paper = new StringBuilder();
paper.AppendLine(string.Format("<div id=""Document""
class=""ScribdIPaper""></div>", client));
In VB.NET "" in a string translates into a ".
In C# this is not working. How can I make this render the "?
Thanks,
Miguel