2
Answers

C# obtain data from filename

Ask a question
dc

dc

11y
1.8k
1
In a C# 2008 desktop application, I want to obtain data that is part of the file name. I want to obtain the following:
1. Data  that  is the first character to where the first '_' is located,
2. data from the first '_'  to the second '_'.

Thus can you tell me how to code the above using C#.net 2008?

Answers (2)