Byte[]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Newbie19
    New Member
    • Jun 2007
    • 122

    Byte[]

    I'm new at dealing with certain types, I'm very familiar with String, int, DateTime....... .so on. However, recently I've encountered a new type called Byte[], I've googled for info on it and there doesn't seem to be much info on it.

    I reminds me of something I've seen in the past in college (I'm only a sophmore) using wrapper classes and arrays, but I'm not sure.

    Thanks,

    Newbie19
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Originally posted by Newbie19
    I'm new at dealing with certain types, I'm very familiar with String, int, DateTime....... .so on. However, recently I've encountered a new type called Byte[], I've googled for info on it and there doesn't seem to be much info on it.

    I reminds me of something I've seen in the past in college (I'm only a sophmore) using wrapper classes and arrays, but I'm not sure.

    Thanks,

    Newbie19
    What language are you working with? That would help us better answer your question.

    Regards,

    Jeff

    Comment

    • Newbie19
      New Member
      • Jun 2007
      • 122

      #3
      Originally posted by numberwhun
      What language are you working with? That would help us better answer your question.

      Regards,

      Jeff


      C # or as I love to call it, Microsoft's Java.

      Thanks,

      Newbie19

      Comment

      Working...