Avatar of newjeep19
newjeep19
Flag for United States of America

asked on 

How to a Bool to a System.GUID in C#

I need to convert a boolean value to a Guid using C#.
I get the below error message:
Cannot implicitly convert type 'bool' to 'System.Guid'

My code that caulse the error:
servicesupportrep.Value = chkShowServiceSupportRep.Checked;

Open in new window


Please help
C#.NET Programming

Avatar of undefined
Last Comment
bepsoccer1

8/22/2022 - Mon