I see that this function is not available in 8, what is an alternative that I can use.
Have you checked out the API Changes from 7 -> 8?.
Should be able to use something like this:
ValidationHelper.GetString(GetValue("SearchMode"), "").ToEnum<SearchModeEnum>()
Please, sign in to be able to submit a new answer.