ConversionIsXml Method
Return a value indicating whether the specified string is Xml.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsXml(
string value
)
Public Shared Function IsXml (
value As String
) As Boolean
No code example is currently available or this language may not be supported.
- value String
-
String to inspect.
Boolean
Value indicating whether the caller's string is Xml.