Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Hi Hans thanks for the reply, the reason I chose a string was because the data was in a string format from the remote site. So if I understand you correctly, no more than 4 fields and less than 16 bytes. (Not mentioned in book i'm reading), will be ok for structs, anything bigger will be a class. Commented Jun 15, 2013 at 18:00
  • 1
    You are going to have to convert those strings sooner or later. Sooner is always better. Not in the least because only the code that talks to the web service would have a decent shot at knowing how the string is encoded. Commented Jun 15, 2013 at 18:04
  • Hi Hans true, hopefully going to college in September for HND in computing (Adult Student), books can only teach you so much. I think I learn more reading info on sites like this and posting questions than I do reading books. Commented Jun 15, 2013 at 21:30