Saturday 1 March 2014

Convert multiline text to string in sharepoint using c#

Share it Please
The below code is convert the SharePoint customList multiLine text column to string using c#

       String description = Convert.ToString(item["Description"]);

       SPHttpUtility.ConvertSimpleHtmlToText(description, -1);

No comments:

Post a Comment

Followers

Follow The Author