Forum Discussion
Nico_G
Mar 02, 2020Copper Contributor
Sorting a Hastable by Key
Hello together, I try to sort a hastable by key(s) but have no luck. About my hastable, the key is a string and the value is a psobject of pair of data. So what i dit to sort the hastbale is...
VasilMichev
Mar 03, 2020MVP
Simply create it as an ordered one? Although it's technically "OrderedDictionary" and not "hashtable", it works pretty much the same.