[Solved] C# read value from .txt file? [closed]


The format you’re describing for your text file is a CSV – Comma Separated Value. It’s a very common storage format, and there are many helpful tools and examples out there to work with it.

So now that you know how it’s called, you can run more specific searches for things like “CSV C#” and “how to read CSV in C#” and find good answers on how to do what you need.

solved C# read value from .txt file? [closed]