I am converting VB.NET
code to c#
and I am stopped when I reached the following code snippet. I need someone\'s help to convert Chr(34). Please hel
Converted code below:
string inputString = null;
inputString = "Some text ...";
inputString = Strings.Replace(inputString, Strings.Chr(34), "");
I would recommend to use any converter if you are not dealing any confidential details. This will save sometime.
In fact, I used this tool to convert your code.