MindFusion.Charting for Silverlight Programmer's Guide
XmlSerializationContext.ReadSByte Method
See Also
 






Reads a 8-bit signed integer value with the specified name.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public sbyte ReadSByte (
    string elementName,
    XElement parentElement
)

Visual Basic  Copy Code

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

 Parameters

elementName

The name of the element to read.

parentElement

The parent of the element to read.

 Return Value

The deserialized sbyte value.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Charting.Silverlight Namespace