ConversionToXmlEmbedded(String) Method

Return an Xml String formatted for embedded transport within a single element.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static string ToXmlEmbedded(
	string value
)

Parameters

value  String
String containing possible Xml content.

Return Value

String
Standard string, compatible with inclusion within a single HTML or XML element.

See Also