DashboardHelperToParagraphs Method

Converts a raw text value to html paragraphs, splitting the content by new lines.

Definition

Namespace: MFiles.VAF.Configuration.Domain.Dashboards
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static XmlDocumentFragment ToParagraphs(
	XmlDocument xml,
	string text
)

Parameters

xml  XmlDocument
The xml document to which the paragraphs will be added.
text  String
The text to convert to paragraphs.

Return Value

XmlDocumentFragment
The xml fragment of paragraphs and text.

See Also