Click or drag to resize

YXmlAttributeCollectionExtentionMethods Class

This static class contains the XmlAttributeCollection extention methods.
Inheritance Hierarchy
SystemObject
  Upsilon.Common.LibraryYXmlAttributeCollectionExtentionMethods

Namespace: Upsilon.Common.Library
Assembly: Upsilon.Common.Library (in Upsilon.Common.Library.dll) Version: 2.2.2+14985a67b419f90e14e6b1bde61d18cf6cf12b27
Syntax
C#
public static class YXmlAttributeCollectionExtentionMethods

The YXmlAttributeCollectionExtentionMethods type exposes the following members.

Methods
 NameDescription
Public Extension MethodContains Check if a XmlAttributeCollectionAttributes contains an attribute named as the attribute.
Public Extension MethodGetAttributeValue Get the string value of a contained attribute named as the attribute in a XmlNodenode.
Public Extension MethodIsNullOrWhiteSpace Check if a XmlAttributeCollectionAttributes contains an attribute named as the attribute and its value is not null or empty.
Top
See Also