XmlNameTable.Get Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, gets the atomized string containing the same value as the specified string.
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 Nothing if the string has not already been atomized.
| Exception | Condition |
|---|---|
| ArgumentNullException | array is Nothing. |
For more information on atomized strings, see XmlNameTable.
Show: