XmlDictionaryReader.ReadContentAs Method
.NET Framework 4.5
Converts a node's content to a specified type.
Namespace: System.Xml
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public override Object ReadContentAs( Type type, IXmlNamespaceResolver namespaceResolver )
Parameters
- type
- Type: System.Type
The Type of the value to be returned.
- namespaceResolver
- Type: System.Xml.IXmlNamespaceResolver
An IXmlNamespaceResolver object that is used to resolve any namespace prefixes related to type conversion. For example, this can be used when converting an XmlQualifiedName object to an xs:string. This value can be a null reference.
Return Value
Type: System.ObjectThe concatenated text content or attribute value converted to the requested type.
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.