Hi,
Converting enum to strings is simple. Just we can use the enum as the i ndex to get the string from an array of strings.
But how do I convert string to enum. Should I need to compare with every string in the array and return the enum when it matches.
Whats the efficient way to do this?
Thanks
rsennat