Click or drag to resize
XmlUtilgetLocalName Method
Returns the local name from a qname.

Namespace: DXMLBase.Xml
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string getLocalName(
	string qname
)

Parameters

qname
Type: SystemString
the qname whose local name is to be returned

Return Value

Type: String
the qname's local name
See Also