Click or drag to resize
XmlUtilisPITarget Method
Returns whether the passed string conforms to the PITarget production in the XML 1.0 Recommendation.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool isPITarget(
	string name
)

Parameters

name
Type: SystemString
string to check

Return Value

Type: Boolean
true if passed string conforms to PITarget
See Also