Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
bool « Data Types « C# / C Sharp
C# / C Sharp
Data Types
bool
1.
bool variable
2.
A static method that returns a Boolean value.
3.
Using Bool
4.
Demonstrate bool values
5.
Print a truth table for the logical operators
6.
bool FalseString, TrueString
7.
Convert boolean value to "Yes" or "No"
8.
Converts string to Boolean, throws an exception if not compatible
9.
Convert string to Boolean. A return value indicates whether the conversion succeeded or failed.
10.
Convert text values to boolean