XmlUtil.IsNil(XmlReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if the reader
has an attribute that is 'nil'
public static bool IsNil (System.Xml.XmlReader reader);
static member IsNil : System.Xml.XmlReader -> bool
Public Shared Function IsNil (reader As XmlReader) As Boolean
Parameters
Returns
true is the attribute value is 'nil'
Exceptions
if reader
is null.