Returns whether the passed string conforms to the PITarget
production in the XML 1.0 Recommendation.
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool isPITarget(
string name
)
Public Shared Function isPITarget (
name As String
) As Boolean
public:
static bool isPITarget(
String^ name
)
static member isPITarget :
name : string -> bool
Parameters
- name
- Type: SystemString
string to check
Return Value
Type:
Booleantrue if passed string conforms to PITarget
See Also