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





Reads a float value from the element with the specified name.

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

 Syntax

C#  Copy Code

public float ReadFloat (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadFloat( _
    elementName As String, _
    parentElement As XmlElement _
) As Single

 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: Single
The float read; 0 if reading has failed.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace