declare binary datatype in VB.NET

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priyamore
    New Member
    • May 2008
    • 1

    declare binary datatype in VB.NET

    Hello i want binary data type in VB.Net how can i declare it to a variable
  • Stang02GT
    Recognized Expert Top Contributor
    • Jun 2007
    • 1206

    #2
    you can start by posting in the right thread :)

    Would a Mod please move this?

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      Moved to the .NET forum.

      Moderator.

      Comment

      • Plater
        Recognized Expert Expert
        • Apr 2007
        • 7872

        #4
        Everything is binary.
        Do you want a "single bit" (boolean)?
        8bits (byte)?
        A byte array? (byte[]) ?

        Are you trying to match the binary datatype of sqlserver?

        Comment

        Working...