Results 1 to 2 of 2

Thread: Does Array.GetLowerBound Method always Return 0

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2007
    Posts
    544

    Does Array.GetLowerBound Method always Return 0

    Is there ANY case it's not 0?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Does Array.GetLowerBound Method always Return 0

    The only time that it's possible to have an array with a lower bound other than zero in .NET is when you create it by calling Array.CreateInstance, which you would very rarely do.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width