Hello Everybody,

How can I convert following categories object into DataTable, or alternatively how can I use the same to loop through individual values?

Code:
Dictionary<Guid, UHCategory> categories = new Dictionary<Guid, UHCategory>();
categories = ClassProvider.GetCategoryCollection();
Thanks.