XmlBinaryReaderSession.TryLookup Method (String, XmlDictionaryString%)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Checks whether the internal collection contains an entry with a specified string value.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
Parameters
- value
- Type: System.String
The string value to match.
- result
- Type:
System.Xml.XmlDictionaryString
%
The XmlDictionaryString, if found; otherwise, null.
Return Value
Type: System.Booleantrue if an entry that matches the value was found; otherwise, false.
Implements
IXmlDictionary.TryLookup(String, XmlDictionaryString)| Exception | Condition |
|---|---|
| ArgumentNullException | value is null. |
Show: