Declare varible with null value. Try this code block... int? var1=null; //var1 accept null vaule //Check value is null or not if(var1.
確定! 回上一頁