Click or drag to resize

PFDataCollectionGetValueDecimal Method

Overload List
  NameDescription
Public methodGetValueDecimal(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.
Protected methodGetValueDecimal(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.
Top
See Also