Reads an integer value with the specified name.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public int ReadInt ( string elementName, XmlElement parentElement, int defaultValue ) |
Visual Basic
Copy Code
|
---|
Public Function ReadInt( _ elementName As String, _ parentElement As XmlElement, _ defaultValue As Integer _ ) As Integer |
Parameters
Return Value
Type: Int32 The read sbyte value
See Also
|