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