MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.ReadULong Method

See Also
 





Reads an unsigned long value with the specified name.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public ulong ReadULong (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadULong( _
    elementName As String, _
    parentElement As XmlElement _
) As ULong

 Parameters

elementName

Type: String
A string specifying the name of the element.

parentElement

Type: XmlElement
The parent XML element.

 Return Value

Type: UInt64
The read ulong value

 See Also