VB.NET では遅延バインディングをする時を除き、必ず `Option Strict On` するべきです。そうしないと驚くべきことが起きます。もっと悪いことに、驚くべきことが起きていることに気づかないケースも起きます。 今回はそんな驚くべきことの一例をあげます。
VB/VB6/VBA さらには VB.NET も初心者向けなんてよく言われたりするわけですが、VBには型を意識しない・型にルーズでもなんとかなるような言語仕様があります。 この型にルーズと言うのは Option Strict Off で起きるような暗黙の型変換が元凶だと思っていたの ...
Go to file Cannot retrieve contributors at this time 207 lines (180 sloc) 10.6 KB _ A String manipulation example in VB.NET, EQUIVALENTS: Len, Mid, Replace, InStr, UCase, Split etc _ ...
Comparing strings with and without case sensitivity in VB.NET Your email has been sent Irina Medvinskaya offers an example that shows how VB.NET's String.Compare method can come in handy when you need ...
Learn the best way to combine strings in VB.NET Your email has been sent Irina Medvinskaya explains why you should usually opt for using the & operator over the + operator to combine strings. She also ...
VB.NET changes the way you write Visual Basic code. You learn quickly that most of the optimization tricks you've learned for VB6 won't work under VB.NET. For example, .NET memory allocation forces ...
一部の結果でアクセス不可の可能性があるため、非表示になっています。
アクセス不可の結果を表示する