Click or drag to resize
Cimbalino ToolkitXmlReaderExtensions Class
Provides a set of static (Shared in Visual Basic) methods for XmlReader instances.
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsXmlReaderExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class XmlReaderExtensions

The XmlReaderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAndSkipT
Executes the specified function, skips the current node, and returns the value.
Public methodStatic memberGetAttributeAsBool
Gets the value of the attribute with the specified name, as a boolean value.
Public methodStatic memberGetAttributeAsInt
Gets the value of the attribute with the specified name, as an Int32 value.
Public methodStatic memberReadElementContentAsArrayT
Reads the current element as an array and returns the contents using the specified function.
Public methodStatic memberReadElementContentAsNullableT
Reads the current element as the requested nullable type.
Public methodStatic memberReadElementContentAsUrn
Reads the current element as a urn and returns the contents as a string.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also