Get Method (String)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public override string Get(
	string value
)

Parameters

value
Type: System.String
The name to find.

Return Value

Type: System.String
The atomized string object or null if the string has not already been atomized.

ExceptionCondition
NullReferenceException

value is null.

For more information on atomized strings, see NameTable.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft