Posts by Indibar Majhi

Author Biographical Info: Not available

Convert CSV file to TXT file in .NET using vb (windows form)

Convert CSV file to TXT file in .NET using vb (windows form)

By Indibar Majhi | July 8, 2018

Convert .csv(comma separated value) file to .txt file in vb.net Our written program will ignore commas in any particular field. I have made a windows application in vb.net which will take a .csv file as input using open file dialogue and give a .txt file as output in a folder that is chosen by the […] Read More

Different Type of String Operations in .NET using C#

By Indibar Majhi

In .NET there are several types of string operations like – calculate length, substring operations, case change, replace, character array, string array. There are already pr.... Read More