adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / ReadValue Method / ReadValue(XmlReader,Nullable<Boolean>) Method

In This Topic
    ReadValue(XmlReader,Nullable<Boolean>) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ReadValue( _
       ByVal reader As XmlReader, _
       ByVal value As Nullable(Of Boolean) _
    ) As Nullable(Of Boolean)
    public static Nullable<bool> ReadValue( 
       XmlReader reader,
       Nullable<bool> value
    )

    Parameters

    reader
    value
    See Also