DB2DecimalFloat.Parse Method

Initializes the DB2DecimalFloat object with the specified value and rounding mode. Precision and Scale are inferred from the value.

Overload List

Method Description
Parse(string) Initializes the DB2DecimalFloat object with the specified value. Precision and Scale are inferred from the value.
Parse(string, IBM®.Data.DB2®Types.DB2RoundingMode) Initializes the DB2DecimalFloat object with the specified value and rounding mode. Precision and Scale are inferred from the value.