Returns the prefix from a qname.
Namespace: DXMLBase.XmlAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string getPrefix(
string qname
)
Public Shared Function getPrefix (
qname As String
) As String
public:
static String^ getPrefix(
String^ qname
)
static member getPrefix :
qname : string -> string
Parameters
- qname
- Type: SystemString
the qname whose local name is to be returned
Return Value
Type:
Stringthe qname's local name or empty string if no prefix
See Also