How can I convert a string into an HtmlField ("Publishing Html") type?
ne of the field in the SP list is of type "Publishing Html". I read the value from an excel sheet into a string variable. I want to convert this string to an HtmlField data type. Simply casting it to HtmlField did NOT helped either.