質問編集履歴
1
書式の改善
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -52,4 +52,4 @@
|
|
|
52
52
|
|
|
53
53
|
### 試したこと
|
|
54
54
|
|
|
55
|
-
MessageBox.Show(msg)をMessageBox.Show(CType(msg, String))と型変換したところ、数値は表示されましたが、文字列を入力するとSystem.InvalidCastException: 'String "
|
|
55
|
+
MessageBox.Show(msg)をMessageBox.Show(CType(msg, String))と型変換したところ、数値は表示されましたが、文字列を入力するとSystem.InvalidCastException: 'String "入力した文字列" から型 'Integer' への変換は無効です。とエラーが発生してしまいます。
|