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