Skip to content

lynheo/IntelliString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IntelliString

Lyn.IntelliString is C# language useful string helper method collection.

Install via NuGet


Install-Package Lyn.IntelliString

Changes

v0.0.1 (12/26/2019)

Enhancements

  • Add Hash Method
  • Add RandomHash Method

Lyn.IntelliString Demo

using Lyn.IntelliString;

namespace Lyn.IntelliString.UnitTest
{
    [TestClass]
    public class IntelliStringTest
    {
        [TestMethod]
        public void TestHash()
        {
            var testString = "Intelli String Test";

            Assert.IsTrue(testString.Hash() == IntelliString.HashString("Intelli String Test"));
        }
    }
}

About

IntelliString

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages