Click or drag to resize
XmlCharDefsisXmlChar Method

[Missing <summary> documentation for "M:DXMLBase.Xml.XmlCharDefs.isXmlChar(System.Int32)"]

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool isXmlChar(
	int c
)

Parameters

c
Type: SystemInt32

[Missing <param name="c"/> documentation for "M:DXMLBase.Xml.XmlCharDefs.isXmlChar(System.Int32)"]

Return Value

Type: Boolean
true if value is XML character
See Also