Click here to Skip to main content
15,918,617 members
Home / Discussions / C#
   

C#

 
AnswerRe: close button Pin
Pete O'Hanlon12-Jul-08 9:31
mvePete O'Hanlon12-Jul-08 9:31 
GeneralRe: close button Pin
half-life12-Jul-08 22:32
half-life12-Jul-08 22:32 
AnswerRe: close button Pin
Luis Alonso Ramos12-Jul-08 20:13
Luis Alonso Ramos12-Jul-08 20:13 
GeneralRe: close button Pin
half-life12-Jul-08 22:36
half-life12-Jul-08 22:36 
QuestionHexadecimal and Binary structs/types/classes Pin
DaveyM6912-Jul-08 8:40
professionalDaveyM6912-Jul-08 8:40 
AnswerRe: Hexadecimal and Binary structs/types/classes Pin
half-life12-Jul-08 8:47
half-life12-Jul-08 8:47 
GeneralRe: Hexadecimal and Binary structs/types/classes Pin
DaveyM6912-Jul-08 8:58
professionalDaveyM6912-Jul-08 8:58 
AnswerRe: Hexadecimal and Binary structs/types/classes Pin
Guffa12-Jul-08 13:06
Guffa12-Jul-08 13:06 
DaveyM69 wrote:
I know some of the string functions can handle base 2,8 and 16 but all this converting to and from strings just to do some simple math seems very pointless.


I think that you are missing the point entirely.

There are no binary, octal, decimal or hexadecimal data types, all those are string representations of numbers. The data types are just numbers, they don't have any base at all.

A Byte, for example, is just a number that uses 8 bits for storage, it's not an 8 digit binary number or a 3 digit decimal number. The default way of formatting the number into a string is to use base 10, but that doesn't mean that the data type itself uses base 10.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Hexadecimal and Binary structs/types/classes Pin
DaveyM6912-Jul-08 21:15
professionalDaveyM6912-Jul-08 21:15 
GeneralRe: Hexadecimal and Binary structs/types/classes Pin
Guffa13-Jul-08 9:04
Guffa13-Jul-08 9:04 
Questionhelp in web service urgent ? ? ? ? Pin
Amit Zala12-Jul-08 4:18
Amit Zala12-Jul-08 4:18 
AnswerRe: help in web service urgent ? ? ? ? Pin
Luc Pattyn12-Jul-08 4:31
sitebuilderLuc Pattyn12-Jul-08 4:31 
GeneralRe: help in web service urgent ? ? ? ? Pin
Mark Churchill12-Jul-08 5:20
Mark Churchill12-Jul-08 5:20 
QuestionRe: help in web service urgent ? ? ? ? Pin
Paul Conrad12-Jul-08 7:44
professionalPaul Conrad12-Jul-08 7:44 
AnswerRe: help in web service urgent ? ? ? ? Pin
Pete O'Hanlon12-Jul-08 8:41
mvePete O'Hanlon12-Jul-08 8:41 
GeneralRe: help in web service urgent ? ? ? ? Pin
Paul Conrad12-Jul-08 8:45
professionalPaul Conrad12-Jul-08 8:45 
AnswerRe: help in web service urgent ? ? ? ? Pin
Pete O'Hanlon12-Jul-08 9:53
mvePete O'Hanlon12-Jul-08 9:53 
GeneralRe: help in web service urgent ? ? ? ? Pin
Luc Pattyn12-Jul-08 10:03
sitebuilderLuc Pattyn12-Jul-08 10:03 
AnswerRe: help in web service urgent ? ? ? ? Pin
Giorgi Dalakishvili12-Jul-08 10:17
mentorGiorgi Dalakishvili12-Jul-08 10:17 
AnswerRe: help in web service urgent ? ? ? ? Pin
Pete O'Hanlon12-Jul-08 10:26
mvePete O'Hanlon12-Jul-08 10:26 
QuestionUpdate alternate DNS Pin
jojolili12-Jul-08 2:41
jojolili12-Jul-08 2:41 
Questionrichtext box retaining color information Pin
SHINOJK12-Jul-08 1:43
SHINOJK12-Jul-08 1:43 
AnswerRe: richtext box retaining color information Pin
Elroy Dsilva12-Jul-08 2:18
Elroy Dsilva12-Jul-08 2:18 
GeneralRe: richtext box retaining color information Pin
SHINOJK12-Jul-08 4:15
SHINOJK12-Jul-08 4:15 
GeneralRe: richtext box retaining color information Pin
Elroy Dsilva12-Jul-08 4:26
Elroy Dsilva12-Jul-08 4:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.