ConversionIsXml Method

Return a value indicating whether the specified string is Xml.

Definition

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

Parameters

value  String
String to inspect.

Return Value

Boolean
Value indicating whether the caller's string is Xml.

See Also