# LightExtension **Repository Path**: ac-server/LightExtension ## Basic Information - **Project Name**: LightExtension - **Description**: Light extension of simplified code based on .net. - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-01 - **Last Updated**: 2023-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![LightExtension Icon](src/icon.png) # LightExtension Light extension of simplified code based on .net. ### Get it ``` PM> Install-Package LightExtension ``` ### Basic usage ```csharp static void Main() { var str = "Just a test text"; System.Console.WriteLine(str.IsNullOrWhiteSpace()); } ``` Many extensions of basic data types have been added. Let's have a try. ### Author 粥蛋(Zhoudan) - [Web](http://aclight.xyz) http://aclight.xyz - Mail zhoudanonce@outlook.com