Answered by:
bool data

Question
-
Can you give me a site / tutorial that explaind complexities of uses of the bool data type in C#Monday, February 10, 2014 7:20 AM
Answers
-
ok but i had seen this -- anything more?
Read, for example, about differences between operators ‘&&’ and ‘&’ in case of Boolean values:
- Marked as answer by Caillen Wednesday, February 19, 2014 5:54 AM
Monday, February 10, 2014 9:00 AM
All replies
-
Hi,
The Bool actually represents a "True" or "False" value,.
To know about the Boolean structure. http://msdn.microsoft.com/en-us/library/system.boolean(v=vs.110).aspx
SRIRAM
Monday, February 10, 2014 7:30 AM -
ok but i had seen this -- anything more?Monday, February 10, 2014 7:54 AM
-
Hi,
What kind of details do you want to know?
Thank You,
Sammani
Monday, February 10, 2014 8:22 AM -
ok but i had seen this -- anything more?
Read, for example, about differences between operators ‘&&’ and ‘&’ in case of Boolean values:
- Marked as answer by Caillen Wednesday, February 19, 2014 5:54 AM
Monday, February 10, 2014 9:00 AM -
The kind that influences working of methodsTuesday, February 11, 2014 6:24 AM