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





Reads an 8-bit signed integer value from the specified element with the specified parent.

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

 Syntax

C#  Copy Code

public sbyte ReadSByte (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadSByte( _
    elementName As String, _
    parentElement As XmlElement _
) As SByte

 Parameters

elementName

The name of the element to read.

parentElement

The XML parent of the element to read.

 Return Value

The deserialized 8-bit signed integer value.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Wpf Namespace