📌  相关文章
📜  c# 检查字符串是否为空 - C# 代码示例

📅  最后修改于: 2022-03-11 14:49:12.997000             🧑  作者: Mango

代码示例2
if (string.IsNullOrEmpty(myString)) {
   //
}