mirror of
https://github.com/netchx/netch.git
synced 2026-05-09 22:54:03 +08:00
Rename StringEx.cs to StringExtension.cs
This commit is contained in:
@@ -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)
|
||||
{
|
||||
Reference in New Issue
Block a user