I was just wondering what the best way to check if a byte array has anything in it. If it hasn't been used yet then I get the message that it's not set to a instance so I was thinking of using 'try' but that seems really bad. Is there a better way?

Thanks