Help Center

CDEC.CAST operatorsoperator

Converts a **CDEC** into another data type.

Numeric Datatypesoperatordoc-orphan
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.

Syntax

OPERATOR CAST () AS CURRENCY
OPERATOR CAST () AS VARIANT
OPERATOR CAST () AS STRING

Description

Converts a CDEC into another data type.

Remarks

These operators aren't called directly, they perform the conversion when the target is not a CDEC variable.

Reference

  • Documented in Numeric Datatypes/CDEC Class.md
  • Topic: CDEC Class