XmlNameTable.Get Method (String)
.NET Framework 4.5
When overridden in a derived class, gets the atomized string containing the same value as the specified string.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Parameters
- array
- Type: System.String
The name to look up.
Return Value
Type: System.StringThe atomized string or a null reference (Nothing in Visual Basic) if the string has not already been atomized.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is a null reference (Nothing in Visual Basic). |
For more information on atomized strings, see XmlNameTable.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.