PFDataCollectionGetValueDecimal Method |
Name | Description | |
---|---|---|
GetValueDecimal(String) |
Gets a value in decimal format. Will try to convert the value if necessary.
Will return 0 if the value is null or could not be converted.
| |
GetValueDecimal(String, Boolean) |
Gets a value in decimal format. Will try to convert the value if necessary.
Will return 0 if the value is null or could not be converted, except if canBeNull is true.
|