Click or drag to resize
XmlUtilgetPrefix Method
Returns the prefix from a qname.

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

Parameters

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

Return Value

Type: String
the qname's local name or empty string if no prefix
See Also