PropertiesGetDecimalValue Method (String) |
Returns a value as an decimal for a property in the collection. If the property doesn't exist, then 0 is returned.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public decimal GetDecimalValue(
string name
)
Public Function GetDecimalValue (
name As String
) As Decimal
Parameters
- name
- Type: SystemString
The property name.
Return Value
Type:
DecimalThe value of the property as an integer
See Also