NameTable.Get Method (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the atomized string with the specified value.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- value
- Type: System.String
The name to find.
Return Value
Type: System.StringThe atomized string object or null if the string has not already been atomized.
| Exception | Condition |
|---|---|
| NullReferenceException | value is null. |
Show: