DashboardHelperToParagraphs Method |
Converts a raw text value to html paragraphs,
splitting the content by new lines.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static XmlDocumentFragment ToParagraphs(
XmlDocument xml,
string text
)
Public Shared Function ToParagraphs (
xml As XmlDocument,
text As String
) As XmlDocumentFragment
public:
static XmlDocumentFragment^ ToParagraphs(
XmlDocument^ xml,
String^ text
)
Parameters
- xml
- Type: System.XmlXmlDocument
The xml document to which the paragraphs will be added. - text
- Type: SystemString
The text to convert to paragraphs.
Return Value
Type:
XmlDocumentFragmentThe xml fragment of paragraphs and text.
See Also