Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道,如何从字符串中删除英文引号?
例如:Denomina “CAMPOS” a Rua B, em local que especifica。
我想删除此引号,或将其替换为“此引号”之类的简单引号。我试过这段代码,但它不起作用:
Dim txt As String = mytext.Replace("““", """").Replace("””", """")
看看我在 Visual Studio 2010 上的代码:
尝试使用 asci 而不是真正的引号