TableEditor.HTMLEncodeWithLineBreaksAndHyperlinks Method
HtmlEncodes the given text, converting Urls to hyperlinks and replacing line breaks
with BR tags.
[Visual Basic]Public Shared Function HTMLEncodeWithLineBreaksAndHyperlinks( _
ByVal
text As
String _
) As
String [C#]public static
string HTMLEncodeWithLineBreaksAndHyperlinks(
string text);
See Also
TableEditor Class | DVXP.DXTableEditor Namespace