Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
Hi, im using "SendData" To sned informations to a specific server but here is what i would like to know...if i want to send into "HEX" how is it possible...if it is thank you in advance. :rolleyes:
  • Administrators
Posted

If you are sending binary data then it makes no real sense to talk about sending data as 'hex', hexadecimal is merely a way of representing binary data in a alpha-numeric form.

 

If you are sending strings that need to be formatted as hexadecimal then all the integer data types will allow you to do a .ToString("X") and get a string back that contains a hex representation.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...