MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.ReadUInt Method

See Also
 





Reads an unsigned integer value with the specified name.

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

 Syntax

C#  Copy Code

public uint ReadUInt (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadUInt( _
    elementName As String, _
    parentElement As XmlElement _
) As UInteger

 Parameters

elementName

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

parentElement

Type: XmlElement
The parent XML element.

 Return Value

Type: UInt32
The read unit value

 See Also