String resources

I have several text files formatted as key/value pairs. The key is an internal identifier for the string and the value is the string that will ultimately by displayed. I read these files in at startup and place them in a hashtable accessed by key. I would like to convert the files to resources but have not been able to get a clear answer on how to do that. Any guidance will be appreciated

First read the documentation…

https://docs.ghielectronics.com/software/tinyclr/tutorials/resources.html

Drop your text file(.txt). Compile. Then look for the generate code for the resource file. The code will tell you how to get the file as a string.

OK, I’ll try that