How to remove words from a string in ASP.NET
by GetCodeSnippet.com • May 26, 2014 • Microsoft .NET C# (C-Sharp), Microsoft ASP.NET, Microsoft VB.NET • 0 Comments
Recently I was working on an application and I was in a situation where I have to remove some specific words from a string. Words were in comma separated format. So I have written a function which gets two string parameters and return a string value. First parameter is the input string which I...
Read more →