Skip to content

manojkulkarni30/DotNetContext.Helpers

Repository files navigation

CSharpHelpers

This library contains some useful extension methods for string.

Build Status

String Helper Methods:

  • RemoveSpace : Remove space from string.

  • RemoveLastCharacter : Remove last character from string.

  • RemoveFirstCharacter : Remove first character from string.

  • ToString : Create a string from an array of string using StringBuilder class and specified separator.

  • ReplaceParticularCharacter : Replace the old character with new character in string.

  • CreateMd5Hash : Create MD5 hash of a string.

  • ToSeoSlug : Convert the string into SEO friendly slug

About

This library contains some useful extension methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages