Determines whether a specific data type conversion is available within the ODS Library.
BOOL srv_willconvert (
int srctype,
int desttype );
TRUE if the data type conversion is supported; FALSE if the data type conversion is not supported.
For a description of each data type and Open Data Services data type conversions, see Data Types.
srv_convert |