Hi All I’m using re framework, i need to read some city names from config file.
Originally i had hardcoaded it - {“Brasov”, “Bucuresti”, “Koln”, “Moscow”, “Berlin”}
now i want to read it dynamically from config. How to i pull this in my xaml to assign it to a variable of type Array?
@ANSHUL Put city names {“Brasov”, “Bucuresti”, “Koln”, “Moscow”, “Berlin”} in config file. After you get that value from config, replace brackets and double quotes with nothing and then split wrt comma(,) then you get output as array of strings.