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





Reads a System.Drawing.StringFormat object from the element with the specified name.

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

 Syntax

C#  Copy Code

public StringFormat ReadStringFormat (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadStringFormat( _
    elementName As String, _
    parentElement As XmlElement _
) As StringFormat

 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: StringFormat
The System.Drawing.StringFormat read; null (Nothing in Visual Basic) if reading has failed.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace