Click or drag to resize

XDocument.FindChildTag Method

X#
Find a child tag in an XML Node

Namespace:  XSharp.XPP
Assembly:  XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax
 STATIC METHOD FindChildTag(
	nId AS INT64,
	cChildName AS STRING,
	lFirst AS LOGIC
) AS USUAL
Request Example View Source

Parameters

nId
Type: Int64
cChildName
Type: String
lFirst
Type: Logic

Return Value

Type: Usual
See Also