MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.ReadUInt Method
See Also
 





Reads an unsigned integer from the element with the specified name.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 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 that specifies the name of the element to read.
parentElement
Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent element.

 Return Value

Type: UInt32
The unsigned integer read; 0 if reading has failed.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace