Dim x As String = "Password" Dim y As Integer = x '【InvalidCastException】 ' 「String "Password" から型 'Integer' への変換は無効です。」