NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlIdent.ToString

Returns a string representation of this XML identifier.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Remarks

If the namespace URI of the identifier is an empty string, this method simply returns the name part of the identifier. Otherwise, the returned string consists of the namespace URI followed by a colon followed by the name.

See Also

XmlIdent Class | XmlIdent Members | System.Xml Namespace