adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / IsNil Method / IsNil(XmlReader) Method

In This Topic
    IsNil(XmlReader) Method
    In This Topic
    Indicates whether the current element has the xsi:nil attribute set.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsNil( _
       ByVal reader As XmlReader _
    ) As Boolean
    public static bool IsNil( 
       XmlReader reader
    )

    Parameters

    reader
    See Also