try this. C#. bool? nullableBool = null; bool? testBool = (bool?)nullableBool; // validate the testBool before usage // or bool?
確定! 回上一頁