DashboardHelperToParagraphs Method
Converts a raw text value to html paragraphs,
splitting the content by new lines.
Namespace: MFiles.VAF.Configuration.Domain.DashboardsAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public static XmlDocumentFragment ToParagraphs(
XmlDocument xml,
string text
)
- xml XmlDocument
- The xml document to which the paragraphs will be added.
- text String
- The text to convert to paragraphs.
XmlDocumentFragmentThe xml fragment of paragraphs and text.