string inputStr = "‘some string‘"; string outputStr = inputStr.Trim(new char[]{(char)39});
C# remove single quotes from string
原文:https://www.cnblogs.com/Fred1987/p/12976561.html