Rename StringEx.cs to StringExtension.cs

This commit is contained in:
ChsBuffer
2021-02-19 00:01:56 +08:00
parent c29c55bd40
commit 604001e461

View File

@@ -5,7 +5,7 @@ using System.Text;
namespace Netch.Utils
{
public static class StringEx
public static class StringExtension
{
public static bool IsNullOrEmpty(this string value)
{