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.
とOption Strict On:
Option Strict On
Dim theLetterA As Char = "A"
"A"は、文字列を に変換することに関するエラーを返しますChar。
"A"
Char
Charリテラルを入力する構文は何ですか?
文字リテラルは、末尾にC.
C
Dim theLetterA As Char = "A"C