System.Xml.XmlNameTable.Get Method

When overridden in a derived class, gets the atomized string containing the same value as the specified string.

Syntax

public abstract string Get (string array)

Parameters

array
The name to look up.

Returns

The atomized string or null if the string has not already been atomized.

Exceptions

TypeReason
ArgumentNullException array is null.

Remarks

For more information on atomized strings, see System.Xml.XmlNameTable.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0