The following code will throw a NullReferenceException if the variable “text” being passed in is null. You can't call ToUpper() on a null string. public void ...
確定! 回上一頁