ASP.NET Pack Programmer's Guide
XmlPersistContext.ReadFloatArray Method
See Also
 





Reads a float array with the specified name.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public float[] ReadFloatArray (
    string elementName,
    string subElementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

A string specifying the name of the element.

subElementName

A string specifying the name of the sub-element.

parentElement

The parent XML element.

 Return Value

 See Also

XmlPersistContext Members
XmlPersistContext Class
MindFusion.UI.WebForms Namespace