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.
" を何も置き換えようとしています。
bString = Replace(aString, """, "")
動作しません。
「スティング定数は二重引用符で終わる必要があります」と表示されます
私は何をしますか?
以前に文字コードでこれを行ったことがあります-
bString = Replace(aString, chr(34), String.Empty)