Microsoft Visual Studios: Visual Basic .NET Frequently Asked Questions
What is the lower bound value of array in VB.NET?
What is the lower bound value of array in VB.NET? The lower bound value of an array in VB.NET is 0 (Zero). All arrays start at element 0 (zero) called Read More...