Reads a short value with the specified name.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public short ReadShort ( string elementName, XmlElement parentElement, short defaultValue ) |
Visual Basic
Copy Code
|
---|
Public Function ReadShort( _ elementName As String, _ parentElement As XmlElement, _ defaultValue As Short _ ) As Short |
Parameters
Return Value
Type: Int16 The read short value
See Also
|