Hello! i have to convert data from an xml file that is looking like this.
Geonomenclature_2022.xml (35.2 KB)
To a dictionary of this form:
new Dictionary(Of String(), String()){{“AD”, “Andorra”}, {“AF”, “Afganistan”}}
The
should be key and the value.
How i can do that without foreach?
Thank you!