adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / ReadValue Method / ReadValue(XmlElement,String,Boolean) Method

In This Topic
    ReadValue(XmlElement,String,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function ReadValue( _
       ByVal sourceNode As XmlElement, _
       ByVal fieldName As String, _
       ByVal defaultValue As Boolean _
    ) As Boolean
    public static bool ReadValue( 
       XmlElement sourceNode,
       string fieldName,
       bool defaultValue
    )

    Parameters

    sourceNode
    fieldName
    defaultValue
    See Also