XmlReaderExtensions Class |
Namespace: Cimbalino.Toolkit.Extensions
public static class XmlReaderExtensions
The XmlReaderExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetAndSkipT |
Executes the specified function, skips the current node, and returns the value.
| |
GetAttributeAsBool |
Gets the value of the attribute with the specified name, as a boolean value.
| |
GetAttributeAsInt |
Gets the value of the attribute with the specified name, as an Int32 value.
| |
ReadElementContentAsArrayT |
Reads the current element as an array and returns the contents using the specified function.
| |
ReadElementContentAsNullableT |
Reads the current element as the requested nullable type.
| |
ReadElementContentAsUrn |
Reads the current element as a urn and returns the contents as a string.
|