RobinTTY
RobinTTY
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
Yeah you are right, thanks 🙂
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
wow
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
I get it now
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
oh yeah that's it
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
Console.WriteLine can write null so no warning
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
but is b.ToString of type string?
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
interesting
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
Well visual studio displays a compiler warning
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
I'm too bad at googling to actually get to the article explaining why nullable works this way 😄
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
vs
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
Yeah I tried that, has the same outcome but from a cosmetic point sure
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
It was already weird to me that the API accepts a boolean query string but returns different data for 3 cases (query string not sent, true sent, false sent)
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
Haha, yeah first time I needed to use it as well. But it seemed very much made for this kind of problem to me. But maybe I'm completely off on this one
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
Sure that's taste
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
lol
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
it has the same outcome as the overload
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
yes right that's why the default is null
70 replies
CC#
Created by RobinTTY on 5/24/2023 in #help
❔ Nullable bools
and my default is just null so calling the method is not any harder
70 replies