Hi,

I'm wondering if there is a standard method provided to convert a string to its corresponding enum. Something similar to .NET/C#'s Enum.Parse or Enum.TryParse.

Thanks!