MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.ReadSByte Method
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 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
Type: String
A string that specifies the name of the element to read.
parentElement
Type: XmlElement
An instance of the System.Xml.XmlElement class that specifies the parent element.

 Return Value

Type: SByte
The 8-bit signed integer read; 0 if reading has failed.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace