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 (String)

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

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

Parameters

array
The character array containing the name to look up.

Return Value

The atomized string. Returns String.Empty if length is zero. Returns null if this string has not already been atomized.

See Also

XmlNameTable Interface | XmlNameTable Members | System.NewXml Namespace | XmlNameTable.Get Overload List