Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は次のような文字列で作業しています:
Norway, true; Sweden, false; England, null; Denmark, false;
私はそれを取り込もうとしているDictionary<string, bool?>ので、それを操作したり、アイテムを削除したり、他のものと比較したりできます。完了したら、辞書を同様の文字列に変換して保存したいと思います。
Dictionary<string, bool?>
何か案は?