ConversionToXmlEmbedded(String) Method
Return an Xml String formatted for embedded transport within
a single element.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static string ToXmlEmbedded(
string value
)
Public Shared Function ToXmlEmbedded (
value As String
) As String
No code example is currently available or this language may not be supported.
- value String
-
String containing possible Xml content.
String
Standard string, compatible with inclusion within a single HTML or
XML element.