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!

XmlNameTable.Get

Gets the atomized String object containing the same characters as the specified String.

Overload List

Gets the atomized String object containing the same chars as the specified range of chars in the given char array.

[Visual Basic] Overloads Function Get(Char(), Integer, Integer) As String
[C#] string Get(char[], int, int);
[C++] String* Get(__wchar_t*[], int, int) = 0;
[JScript] function Get(Char[], int, int) : String;

Gets the atomized String object containing the same value as the specified string.

[Visual Basic] Overloads Function Get(String) As String
[C#] string Get(String);
[C++] String* Get(String*) = 0;
[JScript] function Get(String) : String;

See Also

XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace