How to read values from Dictionary by ignoring the case.
For eg : if the Dictionary is PFA
Then I am expecting dictionary(“abcd”).ToString to return “one”.
But when Iam doing it, Iam getting the below error.
Log message : The given key was not present in the dictionary.
Can someone help me in solving this.
Thanks in advance