adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / XmlUtil Class / ReadElementValue Method

In This Topic
    ReadElementValue Method
    In This Topic
    Attempts to read the value of the element with the specified name from the xml element.
    Syntax
    'Declaration
     
    
    Public Shared Function ReadElementValue( _
       ByVal fieldName As String, _
       ByRef value As String, _
       ByVal sourceNode As XmlElement _
    ) As Boolean
    public static bool ReadElementValue( 
       string fieldName,
       out string value,
       XmlElement sourceNode
    )

    Parameters

    fieldName
    value
    sourceNode
    See Also