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 localqueespecifica。
この引用符を削除するか、「この引用符」のような単純な引用符に置き換えたいと思います。このコードを試しましたが、機能しません。
Dim txt As String = mytext.Replace("““", """").Replace("””", """")
VisualStudio2010の私のコードを見てください。
実際の引用符の代わりにasciを使用してみてください