I have a string[]. What I'd like to do is to convert the string[] to ObservableCollection<string>.
Type cast does not work. You need to initialize ObservableCollection with string array.
new ObservableCollection(<string array>)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With