From 604001e46152f41e1f0a1a1aa43c48b05ed7b10e Mon Sep 17 00:00:00 2001 From: ChsBuffer <33744752+chsbuffer@users.noreply.github.com> Date: Fri, 19 Feb 2021 00:01:56 +0800 Subject: [PATCH] Rename StringEx.cs to StringExtension.cs --- Netch/Utils/{StringEx.cs => StringExtension.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Netch/Utils/{StringEx.cs => StringExtension.cs} (97%) diff --git a/Netch/Utils/StringEx.cs b/Netch/Utils/StringExtension.cs similarity index 97% rename from Netch/Utils/StringEx.cs rename to Netch/Utils/StringExtension.cs index 55c5fca3..beaac8fb 100644 --- a/Netch/Utils/StringEx.cs +++ b/Netch/Utils/StringExtension.cs @@ -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) {