Click or drag to resize
Cimbalino ToolkitXmlReaderExtensions Methods

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
See Also