Is VB really case insensitive?

后端 未结 14 2063
名媛妹妹
名媛妹妹 2020-11-30 05:28

I\'m not trying to start an argument here, but for whatever reason, it\'s typically stated that Visual Basic is case insensitive and C languages aren\'t (and somehow that is

14条回答
  •  春和景丽
    2020-11-30 05:53

    This is part of the editor you are using, they may behave differently but the fact is that Visual Basic really is case-insensitive language. So, ss and SS are same.

    Please have a look at VB.NET Basics tutorial for more information :)

提交回复
热议问题