mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-12 04:29:28 +08:00
更改使用
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Yi.Framework.Common.Base
|
||||
|
||||
public static string TryStringNull(this object value)
|
||||
{
|
||||
return value == null ? "" : value.ToString().Trim();
|
||||
return value == null ? "" : value.ToString()!.Trim();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user