Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlStringToNumeric

Declaration

CTSQLRET ctsqlDECL ctsqlStringToNumeric(CTSQLCHAR *str, INTEGER len, NUMERIC* num);

Description

Converts a String value to a numeric value.

  • str string value to be converted
  • len length of str.
  • num Numeric value to be returned

Return Values

ctsqlStringToNumeric() returns CTSQLRET_OK on success.

See Also

ctsqlNumericToString()

TOCIndex