postReality
❔ Help with Dictionary<string,string>
I have a series of textBoxes to enter strings like first name, last name etc. Each character of the string equals a key in a dictionary. I want to remove the keys and replace with values. Example string "Sally" , each character would be a key.
I want to print the values. I can only use remove and insert methods.
5 replies