Blacksilent Posted July 12, 2006 Posted July 12, 2006 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: Quote
Administrators PlausiblyDamp Posted July 12, 2006 Administrators Posted July 12, 2006 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. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.