answersLogoWhite

0

A boolean is a variable type that can only be two different values True or False same as it is in most programming languages but in C# booleans are stated as:

public bool var = True;

or

public bool var = False;

User Avatar

Wiki User

14y ago

What else can I help you with?