XmlQualifiedNameToString Method (String, String) |
Returns the string value of the System.Xml.XmlQualifiedName.
Namespace: System.XmlAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public static string ToString(
string name,
string ns
)
Parameters
- name
- Type: SystemString
The name of the object. - ns
- Type: SystemString
The namespace of the object.
Return Value
Type:
String
The string value of the System.Xml.XmlQualifiedName in the format of namespace:localname.
If the object does not have a namespace defined, this method returns just
the local name.
See Also