C# を使用して特定のセクションの詳細を読み取る方法...
私はC#が初めてで、角括弧「[]」で囲まれたセクションに基づいてテキストファイルから詳細を読み取る必要があります..ファイルは次のようになります
[Header]
This is the header info for the file
[Body]
This is the body information for the provided file
and it contains many information for the file
[Summary]
Summary for the file.
これらの各セクションの詳細を読む必要があります ([ヘッダー]、[本文] など)。
この方向の助けは大歓迎です...