MindFusion.Wpf Pack Programmer's Guide
XmlSerializationContext.ReadByte Method
See Also
 





Reads a byte value from the specified element with the specified parent.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 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

The name of the element to read.

parentElement

The XML parent of the element to read.

 Return Value

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace