Assign NULL value to Boolean variable September 15, 2023 by Tarik You need to use a nullable bool: bool? b = null;