Case in-sensitive dictionary

后端 未结 2 1995
旧时难觅i
旧时难觅i 2020-12-21 00:16

I have set Dictionary as an object an added several items to that dictionary, however it seems to be case-sensitive. Is there anyway I can set the dictionary to recognize di

2条回答
  •  情歌与酒
    2020-12-21 01:12

    Adding onto @Ralph

    dict.CompareMode = TextCompare
    

    is what I changed the file to.

提交回复
热议问题