Reads a StringFormat object with the specified name.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
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
Return Value
Type: StringFormat The read StringFormat value
See Also
|