MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.ReadByte Method

See Also
 





Reads a byte value with the specified name.

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

 Syntax

C#  Copy Code

public byte ReadByte (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadByte( _
    elementName As String, _
    parentElement As XmlElement _
) As Byte

 Parameters

elementName

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

parentElement

Type: XmlElement
The parent XML element.

 Return Value

Type: Byte
The read byte value

 See Also