ReadArrayOfDecimal Method
ReadArrayOfDecimal(String)
Reads a ArrayOfDecimal field.
Declaration
HBigDecimal? [] ReadArrayOfDecimal(string name)
Parameters
String | name | The name of the field. |
Returns
Nullable<HBigDecimal>[] | The value of the field. |