Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 832 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 832 Bytes

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