@@ -11,11 +11,12 @@ namespace IRaCIS.Core.Infrastructure.Extention
|
||||
{
|
||||
|
||||
|
||||
// 扩展 string 类型
|
||||
public static bool IsNullOrEmpty(this string value)
|
||||
{
|
||||
return string.IsNullOrEmpty(value);
|
||||
}
|
||||
//// 扩展 string 类型
|
||||
//public static bool IsNullOrEmpty(this string value)
|
||||
//{
|
||||
// return string.IsNullOrEmpty(value);
|
||||
//}
|
||||
|
||||
public static bool IsNotNullOrEmpty(this string value)
|
||||
{
|
||||
return !string.IsNullOrEmpty(value);
|
||||
|
||||
Reference in New Issue
Block a user